aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
AgeCommit message (Expand)AuthorFilesLines
2014-08-19Set install_gold_as_default to no firstH.J. Lu1-3/+1
2014-08-19Restore Sun as COMDAT group supportRainer Orth1-3/+3
2014-08-18Set install_gold_as_default to no for --enable-gold=noH.J. Lu1-0/+1
2014-08-18configure.ac: Eliminate ClooG installation dependency.Roman Gareev1-0/+5
2014-07-30configure.ac: Also check for popen.Mike Stump1-1/+1
2014-06-27Support compressed debug sectionsRainer Orth1-0/+116
2014-06-10[PR lto/61334] Declare prototype for strnlen, if needed.Thomas Schwinge1-1/+1
2014-06-04configure.ac: Check whether the underlying type of int64_t is long or long long.Richard Biener1-4/+89
2014-05-28Centralise clearing hardware capabilities with Sun ldRainer Orth1-1/+66
2014-05-26configure.ac: Remove long long and __int64 type checks...Richard Biener1-45/+5
2014-05-21config.gcc (*-*-dragonfly*): New target.John Marino1-0/+7
2014-05-20config.gcc: Remove need_64bit_hwint.Richard Biener1-8/+2
2014-05-13configure.ac: Fix assembly for explicit JALR relocation check.Catherine Moore1-2/+2
2014-04-28configure.ac: Do valgrind header checks unconditionally.Richard Biener1-21/+44
2014-04-28configure.ac: Tweak GAS check for LEON instructions on SPARC.Eric Botcazou1-1/+1
2014-04-25Remove LIB_TLS_SPEC on SolarisRainer Orth1-102/+1
2014-04-24Fix gcc_cv_as_cfi_directive test for Solaris asRainer Orth1-2/+7
2014-04-22Remove obsolete Solaris 9 supportRainer Orth1-70/+4
2014-04-17enable -Woverloaded-virtual when availableTrevor Saunders1-2/+46
2014-04-16Correctly detect native TLS support with 64-bit gas on Solaris/x86 (PR target...Rainer Orth1-16/+21
2014-03-07Improve @tlsldmplt test on Solaris 11/x86Rainer Orth1-2/+6
2014-03-07Disable local dynamic TLS model on Solaris/x86 if as/ld cannot handle itRainer Orth1-4/+74
2014-02-14Use ud2 assembly mnemonic when available.Roland McGrath1-0/+31
2014-02-12Pass --32 to GNU assembler for .long foo@GOTOFF checkH.J. Lu1-1/+5
2014-01-28Makefile.in (BUILD_CPPFLAGS): Do not use ALL_CPPFLAGS.Alan Modra1-3/+8
2013-12-31Commit of nios2 port to trunk:Chung-Lin Tang1-2/+9
2013-12-11Regenerate gcc/configure and gcc/config.inChristophe Lyon1-0/+54
2013-12-05* configure.ac (BUILD_CXXFLAGS) Don't use ALL_CXXFLAGS forAlan Modra1-5/+4
2013-12-04Put a breakpoint on __asan_report_error for ASANH.J. Lu1-0/+8
2013-11-26Add -fuse-ld=bfd/-fuse-ld=gold support to exec-tool.inH.J. Lu1-2/+55
2013-11-15picflag.m4 (m68k-*-*): Use default PIC flag.Andreas Schwab1-5/+2
2013-11-15acinclude.m4 (GCC_GLIBC_VERSION_GTE_IFELSE): New configure macro.Joseph Myers1-48/+81
2013-11-10re PR plugins/52872 (--enable-plugin; incorrect test for "exported symbols" a...Karlson2k1-4/+4
2013-11-01configure.ac (HAVE_AS_IX86_INTERUNIT_MOVQ): Always define as 0/1.Uros Bizjak1-3/+4
2013-10-30Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass --disable-build-format-warnings.Jason Merrill1-3/+19
2013-10-24configure.ac (ZW_PROG_COMPILER_DEPENDENCIES): Use CXX instead of CC.Jan-Benedict Glaw1-10/+10
2013-10-15Add --enable-host-shared configuration optionDavid Malcolm1-2/+18
2013-10-11acinclude.m4 (gcc_GAS_FLAGS): Add more gcc_cv_as_flags overrides.Thomas Schwinge1-1/+7
2013-09-25Makefile.in (OUTPUT_OPTION): Define as "-o $@".Tom Tromey1-142/+2
2013-09-25(clh 9)Tom Tromey1-2/+146
2013-09-20libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.Alan Modra1-5/+11
2013-08-28Initial version of gdb hooksDavid Malcolm1-0/+1
2013-08-22configure.ac: Add backslashes missing from the last change.Paolo Carlini1-2/+2
2013-08-22configure.ac: Add aarch64 to list of arches which use "nop" in debug_line test.Julian Brown1-2/+3
2013-08-09configure.ac: Add GAS check for LEON instructions on SPARC.Eric Botcazou1-0/+37
2013-07-29linux.h (GLIBC_DYNAMIC_LINKER): Handle `-mnan=2008'.Maciej W. Rozycki1-0/+35
2013-07-23[AArch64, ILP32] 1/6 Initial support - configury changesYufeng Zhang1-1/+1
2013-06-12Revert accidental commit.Jan Hubicka1-1/+1
2013-06-11c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka1-1/+1
2013-06-01configure.ac: Add AC_HEADER_TIOCGWINSZ macro.Janus Weil1-2/+62