diff options
author | Andreas Tobler <andreast@fgznet.ch> | 2010-08-09 15:00:32 +0200 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2010-08-09 15:00:32 +0200 |
commit | 87d072e09a5d49a55384bdc7f38d4210c65bd343 (patch) | |
tree | 9ed78250f0286cab1b8247ee690ef6b2e1221b1f /libffi/configure | |
parent | 3e32c761851187030c797b7f36d4ff59573ff5cc (diff) | |
download | gcc-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-x | libffi/configure | 3 |
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 ;; |