diff options
author | Anthony Green <green@moxielogic.com> | 2010-11-21 10:50:56 -0500 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2010-11-21 10:50:56 -0500 |
commit | 2db72615b50eb5c0f29725c02c740a2f0d7fc7d9 (patch) | |
tree | f54a6a58f89314f967eae578d54de8f851e3d380 /.pc/debug-build/configure.ac | |
parent | 84e8de6e9fc19388f6f1102c013b7d0d52940ecc (diff) | |
download | libffi-2db72615b50eb5c0f29725c02c740a2f0d7fc7d9.tar.gz |
Rebase
Diffstat (limited to '.pc/debug-build/configure.ac')
-rw-r--r-- | .pc/debug-build/configure.ac | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.pc/debug-build/configure.ac b/.pc/debug-build/configure.ac index 55c5056..08fe2c9 100644 --- a/.pc/debug-build/configure.ac +++ b/.pc/debug-build/configure.ac @@ -120,10 +120,6 @@ case "$host" in TARGET=MIPS; TARGETDIR=mips ;; - moxie-*-*) - TARGET=MOXIE; TARGETDIR=moxie - ;; - powerpc*-*-linux* | powerpc-*-sysv*) TARGET=POWERPC; TARGETDIR=powerpc ;; @@ -139,6 +135,9 @@ case "$host" in powerpc-*-freebsd*) TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc ;; + powerpc64-*-freebsd*) + TARGET=POWERPC; TARGETDIR=powerpc + ;; powerpc*-*-rtems*) TARGET=POWERPC; TARGETDIR=powerpc ;; |