summaryrefslogtreecommitdiff
path: root/libffi/configure
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2010-08-09 13:00:32 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2010-08-09 13:00:32 +0000
commit5280001e22e6ad6483ee439e11397ef4c91395de (patch)
tree9ed78250f0286cab1b8247ee690ef6b2e1221b1f /libffi/configure
parent06a807aa8a8739180e6e6ceea7e7e468c7428af4 (diff)
downloadgcc-5280001e22e6ad6483ee439e11397ef4c91395de.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163030 138bc75d-0d04-0410-961f-82ee72b054a4
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 860bddd69eb..05e58b0cc70 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
;;