Hash :80912f2f Author : Date :
2022-09-01T14:47:16
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>
# 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.