aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc/configure
Commit message (Collapse)AuthorAgeFilesLines
* Delete old versions of GCC.Dan Albert2015-06-171-28015/+0
| | | | Change-Id: I710f125d905290e1024cbd67f48299861790c66c
* [4.6,4.7] Always enable --eh-frame-hdr for static executableAndrew Hsieh2013-08-071-0/+36
| | | | | | | See 23e3137ee2897464b051599b85a09f130d3ad05d for the reason why. backport 4.8 patch from http://gcc.gnu.org/ml/gcc-patches/2012-09/msg00969.html Change-Id: I9496e11f314e5e2ec9359b993016723ab6366dad
* Use READELF_FOR_TARGET in GCC 4.6/4.7Andrew Hsieh2013-03-261-2/+4
| | | | | | | | | | | | | | | | | | | | | | In darwin where readelf isn't available, gcc/configure fails to set HAVE_LD_PERSONALITY_RELAXATION for MIPS, causes TARGET_WRITABLE_EH_FRAME=1 and flag_dwarf2_cfi_asm=0 (ie. disable CFI directive), and fails ld.mcld It's curious that the successful detection of the /tmp/ndk-$USER/gcc/binutils-2.21/readelf requires binutils to exist in the GCC's source tree, according to gcc/configure. Other tools (objdump, nm, ld, as, etc) can be successfully located because of OBJDUMP_FOR_TARGET, NM_FOR_TARGET, etc. Fix to look for READELF_FOR_TARGET in gcc/configure See https://android-review.googlesource.com/#/c/54760 https://android-review.googlesource.com/#/c/54770 https://android-review.googlesource.com/#/c/54710 Change-Id: I8b057a70d43389d3d9d02b5c54b8365ebe6487d1
* 2012-05-18 Jing Yu <jingyu@google.com>Jing Yu2012-05-181-0/+5
| | | | | | | | | | Backport from trunk r187586: 2012-05-16 Igor Zamyatin <igor.zamyatin@intel.com> * configure.ac: Stack protector enabling for Android targets. * configure: Regenerate. Change-Id: I3ccde181a343994525b29edd9dd2df4789acf7b7
* .init_array/.fini_array patch for Android/x86Jing Yu2012-02-221-47/+133
| | | | Backport from gcc mainline r177933, r175181, r177963, r178116, r183299.
* Sync down FSF r184235@google/gcc-4_6_2-mobile branchJing Yu2012-02-151-52/+17
| | | | | | | | 1) Get mostly new patches from FSF gcc-4.6 branch 2) Fix PR52129 3) Insert GNU-stack note for all ARM targets Change-Id: I2b9926981210e517e4021242908074319a91d6bd
* Add gcc-4.6. Synced to @180989Jing Yu2011-12-191-0/+27921
Change-Id: Ie3676586e1d8e3c8cd9f07d022f450d05fa08439 svn://gcc.gnu.org/svn/gcc/branches/google/gcc-4_6-mobile