diff options
Diffstat (limited to 'libffi/configure')
-rwxr-xr-x | libffi/configure | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libffi/configure b/libffi/configure index 6386413128b..f6b8845c454 100755 --- a/libffi/configure +++ b/libffi/configure @@ -10314,7 +10314,7 @@ case "$host" in TARGET=FRV; TARGETDIR=frv ;; - hppa*-*-linux* | parisc*-*-linux*) + hppa*-*-linux*) TARGET=PA_LINUX; TARGETDIR=pa ;; hppa*64-*-hpux*) @@ -10356,10 +10356,7 @@ case "$host" in TARGET=MIPS; TARGETDIR=mips ;; - powerpc*-*-linux* | powerpc-*-sysv*) - TARGET=POWERPC; TARGETDIR=powerpc - ;; - powerpc-*-beos*) + powerpc*-*-linux*) TARGET=POWERPC; TARGETDIR=powerpc ;; powerpc-*-darwin*) |