This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH][AARCH64] Remove t-aarch64 from libgcc


Since in 4.7, libgcc/config/aarch64/t-aarch64 only contains makefile rules for crti.o and crtn.o and these rules are automatically added by the generic make system, we can remove it. I have verified that ctri.o and ctrn.o are still generated correctly.

Addition to libgcc/ChangeLog:
2012-05-28  Jim MacArthur<jim.macarthur@arm.com>

        * config/aarch64/t-aarch64: Delete.
        * config.host (aarch64*-*-elf): Remove reference to t-aarch64.


Attachment: remove-crt-libgcc
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]