diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-31 00:33:17 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-31 00:33:17 +0000 |
commit | ec66e65b064f9d8598b0f322fcf723e354073f78 (patch) | |
tree | 258e0cacfbeba829fbdce9a6ef885d1e7bb4ef15 /libffi/configure.in | |
parent | 8f3c6510d5f1d2a0ebc711886314ad3b625c58f1 (diff) | |
download | ppe42-gcc-ec66e65b064f9d8598b0f322fcf723e354073f78.tar.gz ppe42-gcc-ec66e65b064f9d8598b0f322fcf723e354073f78.zip |
2002-03-30 Krister Walfridsson <cato@df.lth.se>
* configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
libffi:
2002-03-30 Krister Walfridsson <cato@df.lth.se>
* configure.in: Enable i*86-*-netbsdelf*.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51620 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/configure.in')
-rw-r--r-- | libffi/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libffi/configure.in b/libffi/configure.in index 4ff185f819f..7556d0bf4a7 100644 --- a/libffi/configure.in +++ b/libffi/configure.in @@ -44,6 +44,7 @@ i*86-*-linux*) TARGET=X86; TARGETDIR=x86;; i*86-*-solaris*) TARGET=X86; TARGETDIR=x86;; i*86-*-beos*) TARGET=X86; TARGETDIR=x86;; i*86-*-freebsd*) TARGET=X86; TARGETDIR=x86;; +i*86-*-netbsdelf*) TARGET=X86; TARGETDIR=x86;; i*86-*-win32*) TARGET=X86_WIN32; TARGETDIR=x86;; i*86-*-cygwin*) TARGET=X86_WIN32; TARGETDIR=x86;; i*86-*-mingw*) TARGET=X86_WIN32; TARGETDIR=x86;; |