diff options
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 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 ;; |