Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-31 | gcc-ar: Do not include stdio.h. | David Edelsohn | 1 | -1/+0 | |
* gcc-ar: Do not include stdio.h. From-SVN: r180699 | |||||
2011-10-29 | Fix cross compilation build in gcc-ar | Andi Kleen | 1 | -0/+1 | |
gcc/: 2011-10-29 Andi Kleen <ak@linux.intel.com> * gcc-ar.c (target_machine): Add. From-SVN: r180652 | |||||
2011-10-29 | Add gcc-ar/nm/ranlib wrappers for slim LTO v2 | Andi Kleen | 1 | -0/+96 | |
gcc/: 2011-10-19 Andi Kleen <ak@linux.intel.com> * Makefile.in (MOSTLYCLEANFILES): Add gcc-ar/nm/ranlib. (native): Add gcc-ar, gcc-nm, gcc-ranlib. (AR_LIBS, gcc-ar, gcc-ar.o, gcc-ranlib, gcc-ranlib.o, gcc-nm, gcc-nm.o, gcc-ranlib.c, gcc-nm.c): Add. (install): Depend on install-gcc-ar. (install-gcc-ar): Add. (uninstall): Uninstall gcc-ar, gcc-nm, gcc-ranlib. * gcc-ar.c: Add new file. From-SVN: r180642 |