summaryrefslogtreecommitdiff
path: root/gcc/configure
Commit message (Expand)AuthorAgeFilesLines
* configure.ac (noexception_flags): Add -fasynchronous-unwind-tables.Uros Bizjak2012-10-041-1/+1
* re PR other/54692 (gcc doesn't build with "-Og -g")Jakub Jelinek2012-09-251-2/+2
* * configure: Regenerated.David Edelsohn2012-09-141-2/+4
* configure.ac (CXXFLAGS): Remove -O2 when not bootstrapping.Jakub Jelinek2012-09-131-3/+5
* This fixes PR gcov-profile/54487 where the gcda files were not locked by the ...Teresa Johnson2012-09-131-2/+42
* configure.ac (hle prefixes): Remove .code64.Uros Bizjak2012-09-061-3/+1
* configure.ac (ffs): Check for declaration.Joseph Myers2012-08-201-1/+1
* re PR bootstrap/54281 (Fails to bootstrap with --disable-nls)Diego Novillo2012-08-171-3/+3
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-245/+14
* sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher2012-07-241-3/+4
* Fix configure test for "stack protector support in target C library".Hans-Peter Nilsson2012-07-071-14/+15
* configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): Also require that the assembler ...Uros Bizjak2012-07-031-0/+4
* cloog.m4: Set up to work against ISL only.Richard Guenther2012-07-021-6/+6
* configure.ac: Skip C if explicitly selected.Steven Bosscher2012-06-291-5/+0
* Fix compilation of build/*.o when using C++.Diego Novillo2012-05-311-2/+6
* re PR ada/52362 (gnat.dg/lto8.adb FAILs with gas/gld)Eric Botcazou2012-05-251-14/+14
* Regenerate configure files for libtool.m4 changeH.J. Lu2012-05-161-3/+10
* configure.ac: Stack protector enabling for Android targets.Igor Zamyatin2012-05-161-0/+5
* configure.ac (PLUGIN_LD): Rename into...Eric Botcazou2012-05-071-3/+3
* ChangeLog entry:Kirill Yukhin2012-05-021-0/+33
* mmap.m4: Use *vms* instead of vms*.Tristan Gingold2012-04-031-3/+3
* configure.ac (HAVE_LD_NO_DOT_SYMBOLS): Add powerpc64-*-freebsd*.Andreas Tobler2012-03-211-3/+11
* Fix gnu_unique_object handling for arm-linux-gnueabiRamana Radhakrishnan2012-03-151-2/+3
* Remove obsolete Solaris 8 supportRainer Orth2012-03-141-71/+3
* Remove obsolete IRIX 6.5 supportRainer Orth2012-03-141-21/+3
* Remove extra_passesRainer Orth2012-03-131-4/+2
* Remove obsolete Tru64 UNIX V5.1B supportRainer Orth2012-03-121-12/+1
* Fix R_386_TLS_LDM_PLT detectionRainer Orth2012-03-081-1/+2
* acinclude.m4: Use HAVE_INITFINI_ARRAY_SUPPORT instead of HAVE_INITFINI_ARRAY ...Ulrich Weigand2012-02-231-1/+1
* Use alternate thread library on Solaris 8 even without TLSRainer Orth2012-02-221-0/+7
* Enable initfini array support on Solaris (PR target/50166)Rainer Orth2012-02-201-12/+57
* Add ports for TILE-Gx and TILEPro.Walter Lee2012-02-141-1/+32
* Interix resurrectionDouglas Rupp2012-01-231-2/+2
* re PR bootstrap/50237 (bootstrap comparison failure for libcpp/lex.o)Jakub Jelinek2012-01-191-155/+133
* Disable dl_iterate_phdr on Solaris 10Rainer Orth2012-01-171-1/+5
* Check if linker supports R_386_TLS_GD_PLT, R_386_TLS_LDM_PLT relocsRainer Orth2012-01-101-2/+10
* Translate built-in include paths for sysroot.Han Shen2012-01-061-2/+13
* re PR bootstrap/51734 (Bootstrap fails in libada)Andreas Krebbel2012-01-041-5/+2
* warnings.m4 (ACX_PROG_CC_WARNING_OPTS): Avoid leading dash in expr call.Andreas Schwab2011-12-201-6/+6
* Check for warning flags without no- prefixAndreas Schwab2011-12-191-21/+53
* Additional fixes for FreeBSD-10 build:Andreas Tobler2011-11-211-6/+6
* re PR target/49992 (lto-bootstrap reveals duplicate symbols on x86_64-apple-d...Iain Sandoe2011-11-181-13/+3
* re PR bootstrap/51094 (Bootstrap failure at revision 181279 on non-ELF targets)Dimitrios Apostolou2011-11-121-1/+1
* re PR bootstrap/50857 (The compiler is built with exceptions and RTTI enabled)Michael Matz2011-11-031-2/+44
* re PR c++/50810 (c++0x-compat does not warn about narrowing conversions)Jason Merrill2011-11-021-1/+2
* Move gthr to toplevel libgccRainer Orth2011-11-021-18/+2
* Move libgcc_tm_file to toplevel libgccRainer Orth2011-11-021-13/+2
* Move crtstuff support to toplevel libgccRainer Orth2011-11-021-4/+2
* Move shlib support to toplevel libgccRainer Orth2011-11-021-21/+2
* Properly test for madvise on Solaris 10 (PR bootstrap/50777)Rainer Orth2011-10-191-3/+127