X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libffi%2Fconfigure;h=05e58b0cc70b437e62b89b7aec8390b6ca1f33b2;hb=526d67708cbebe30d6b2bcb527525f555d1dcbd1;hp=e92677a6b60ed77e9deb97b09148ecef67ca4a05;hpb=3220fb876e23d6b3d087e7c5c6a9f5d13f479cd1;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libffi/configure b/libffi/configure index e92677a6b60..05e58b0cc70 100755 --- a/libffi/configure +++ b/libffi/configure @@ -11357,7 +11357,7 @@ case "$host" in i?86-*-freebsd* | i?86-*-openbsd*) TARGET=X86_FREEBSD; TARGETDIR=x86 ;; - i?86-win32* | i?86-*-cygwin* | i?86-*-mingw*) + i?86-win32* | i?86-*-cygwin* | i?86-*-mingw* | i?86-*-os2*) TARGET=X86_WIN32; TARGETDIR=x86 # All mingw/cygwin/win32 builds require this for sharedlib AM_LTLDFLAGS="-no-undefined" @@ -11408,6 +11408,9 @@ case "$host" in powerpc-*-freebsd*) TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc ;; + powerpc64-*-freebsd*) + TARGET=POWERPC; TARGETDIR=powerpc + ;; powerpc*-*-rtems*) TARGET=POWERPC; TARGETDIR=powerpc ;;