Edit

kc3-lang/libffi/src/powerpc

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>