summaryrefslogtreecommitdiff
path: root/configure.host
diff options
context:
space:
mode:
authorClément Chigot <pro@helflym.eu>2022-09-01 14:47:16 +0200
committerGitHub <noreply@github.com>2022-09-01 08:47:16 -0400
commit80912f2f09f4c06b2f720ff243d7b9b6795093f9 (patch)
tree20e33bbbe1553bae46c04219755b9996af960f81 /configure.host
parent1fa7d96cdf7bba354f61337854210f060ea56b9f (diff)
downloadlibffi-80912f2f09f4c06b2f720ff243d7b9b6795093f9.tar.gz
Makefile: enable target overridings. (#661)
This patch allows target to provide extra files enabling the override of Makefile rules. This patch is not needed for libffi itself but only for GCC on AIX. The t-aix file which is here empty will be replaced in GCC repository. We cannot include GCC version directly here because it has no sense for a standalone libffi. Co-authored-by: Clement <clement.chigot@atos.net>
Diffstat (limited to 'configure.host')
-rw-r--r--configure.host2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.host b/configure.host
index 9d73f18..5cd5fc4 100644
--- a/configure.host
+++ b/configure.host
@@ -212,6 +212,8 @@ case "${host}" in
;;
powerpc-*-aix* | rs6000-*-aix*)
TARGET=POWERPC_AIX; TARGETDIR=powerpc
+ # Create AIX-style "FAT" libraries.
+ tmake_file="t-aix"
;;
powerpc-*-freebsd* | powerpc-*-openbsd* | powerpc-*-netbsd*)
TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc