aboutsummaryrefslogtreecommitdiff
path: root/libffi/configure
diff options
context:
space:
mode:
authorAndreas Tobler <andreast@fgznet.ch>2010-08-09 15:00:32 +0200
committerAndreas Tobler <andreast@gcc.gnu.org>2010-08-09 15:00:32 +0200
commit87d072e09a5d49a55384bdc7f38d4210c65bd343 (patch)
tree9ed78250f0286cab1b8247ee690ef6b2e1221b1f /libffi/configure
parent3e32c761851187030c797b7f36d4ff59573ff5cc (diff)
downloadgcc-87d072e09a5d49a55384bdc7f38d4210c65bd343.zip
gcc-87d072e09a5d49a55384bdc7f38d4210c65bd343.tar.gz
gcc-87d072e09a5d49a55384bdc7f38d4210c65bd343.tar.bz2
configure.ac: Add target powerpc64-*-freebsd*.
2010-08-09 Andreas Tobler <andreast@fgznet.ch> * configure.ac: Add target powerpc64-*-freebsd*. * configure: Regenerate. * testsuite/libffi.call/cls_align_longdouble_split.c: Pass -mlong-double-128 only to linux targets. * testsuite/libffi.call/cls_align_longdouble_split2.c: Likewise. * testsuite/libffi.call/cls_longdouble.c: Likewise. * testsuite/libffi.call/huge_struct.c: Likewise. From-SVN: r163030
Diffstat (limited to 'libffi/configure')
-rwxr-xr-xlibffi/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/libffi/configure b/libffi/configure
index 860bddd..05e58b0 100755
--- a/libffi/configure
+++ b/libffi/configure
@@ -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
;;