Edit

kc3-lang/libffi/src/powerpc/t-aix

Branch :

  • Show log

    Commit

  • Author : ClĂ©ment Chigot
    Date : 2022-09-01 14:47:16
    Hash : 80912f2f
    Message : 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>

  • src/powerpc/t-aix
  • # 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.