summaryrefslogtreecommitdiff
path: root/src
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 /src
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 'src')
-rw-r--r--src/powerpc/t-aix5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/powerpc/t-aix b/src/powerpc/t-aix
new file mode 100644
index 0000000..e7be1ca
--- /dev/null
+++ b/src/powerpc/t-aix
@@ -0,0 +1,5 @@
+# This file is needed by GCC in order to correctly build AIX FAT
+# library for libffi.
+# However, it has no sense to include this code here, as it depends
+# on GCC multilib architecture.
+# Thus, this file is a simple stub replaced in GCC repository.