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

2012-05-29 Thread Jim MacArthur
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

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

2012-06-08 Thread Marcus Shawcroft
On 29/05/12 09:31, Jim MacArthur wrote: 2012-05-28 Jim MacArthur * config/aarch64/t-aarch64: Delete. * config.host (aarch64*-*-elf): Remove reference to t-aarch64. I've committed this patch to the aarch64 branch. /Marcus