aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
AgeCommit message (Expand)AuthorFilesLines
2007-02-21configure.ac (powerpc*-*-darwin*): #include <sys/cdefs.h>.Mike Stump1-0/+1
2007-02-20invoke.texi (RS/6000 and PowerPC Options): Add -mcmpb and -mdfp.Janis Johnson1-106/+184
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-64/+64
2007-01-12configure.ac: Set insn to "nop" for spu-*-* also.Andrew Pinski1-1/+1
2007-01-11configure.ac (strict1_warn): Rename to strict_warn.Paolo Bonzini1-5777/+5288
2007-01-07configure.ac: Check for __stack_chk_fail for darwin.Eric Christopher1-5226/+5733
2007-01-04Makefile.def (target_modules): Add libgcc.Daniel Jacobowitz1-1/+1
2007-01-02configure.ac: Remove support for building with Apple's gcc-3.1.Mike Stump1-7/+0
2007-01-01configure.ac (HAVE_GAS_LITERAL16): Add autoconf check for .literal16.Mike Stump1-0/+37
2006-12-21re PR other/29639 (ext/bitmap_allocator/check_allocate_max_size.cc execution ...Eric Botcazou1-0/+36
2006-12-13mips-tdump.c: Replace CROSS_COMPILE with CROSS_DIRECTORY_STRUCTURE.Geoffrey Keating1-2/+3
2006-11-14configure: Regenerate with autoconf 2.59.Eric Christopher1-6261/+4321
2006-11-13configure.ac: Add changequote around __LONG_DOUBLE_MATH_OPTIONAL test.Jakub Jelinek1-1/+2
2006-11-13configure.ac (ld_vers): Parse GNU ld version 2.17.50.0.3-6 20060715 style ver...Jakub Jelinek1-1/+1
2006-11-09re PR bootstrap/26892 (Can't compile a 64-bit gcc)Eric Christopher1-4323/+6263
2006-11-08configure.ac: Do not set PREFIX_INCLUDE_DIR if $prefix is NONE.Carlos O'Donell1-1/+2
2006-11-06configure.ac: Fix typo in case statement: :: changed to ;;Jan van Dijk1-1/+1
2006-11-02configure.ac (HAVE_AS_IX86_DIFF_SECT_DELTA): New test to determine whether th...Roger Sayle1-0/+39
2006-11-01invoke.texi: Add cpu_type power6x (RS/6000 and PowerPC Options): Add -mmfpgpr.Pete Steinmetz1-0/+46
2006-11-01target.h (targetm.cxx.use_atexit_for_cxa_atexit): New target hook.Danny Smith1-1/+10
2006-10-29configure.ac (HAVE_AS_NO_SHARED): New AC_DEFINE.Richard Sandiford1-0/+36
2006-10-28except.h (output_function_exception_table): Add 'const char*' param.Eric Botcazou1-0/+47
2006-10-10--(top level)--------------------------------------------Brooks Moses1-1/+1
2006-10-10* Add new port for score.Chen Liqin1-1/+1
2006-10-09re PR target/27880 (undefined reference to `_Unwind_GetIPInfo')Steve Ellcey1-0/+153
2006-07-18Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir for stage...Paolo Bonzini1-2/+12
2006-07-07re PR target/27968 (gcc emits (undefined) ffreep opcode which is not understo...Roger Sayle1-0/+33
2006-07-04configure.ac (.eh_frame data check): Use diff -b.Andrew Stubbs1-2/+5
2006-07-03configure.in: Fix thinko in previous check-in.Paolo Bonzini1-1/+1
2006-07-03re PR other/27063 (Fail to build gcc-core-4.2 snapshots)Paolo Bonzini1-22/+40
2006-06-21configure: Regenerated.Richard Guenther1-525/+304
2006-06-21acinclude.m4 (GLIBCXX_EXPORT_INSTALL_INFO): When cross-compiling, put headers...Mark Mitchell1-308/+531
2006-06-15Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS too.Paolo Bonzini1-131/+237
2006-06-13Makefile.in: Define HTMLS_BUILD, HTMLS_INSTALL, html__strip_dir, html__mkdir_p.Carlos O'Donell1-235/+142
2006-06-13configure.ac (HAS_MCONTEXT_T_UNDERSCORES): Include <sys/signal.h> before <uco...Roger Sayle1-0/+1
2006-06-06Makefile.in: Rename to htmldir to build_htmldir to avoid installing during bu...Mike Stump1-3/+39
2006-06-03Index: gcc/ChangeLogGeoffrey Keating1-0/+138
2006-05-31gcc/, libcpp/Daniel Jacobowitz1-3/+17
2006-05-01configure.ac (gcc_cv_nm): Don't use an in-tree nm if build!=host.DJ Delorie1-2/+4
2006-04-24revert: configure.ac: Completely disregard languages that are not enabled.Mark Mitchell1-4/+0
2006-04-23re PR c++/26534 ([4.1] bitfield wrong optimize)Mark Mitchell1-0/+4
2006-02-24Index: gcc/ChangeLogGeoffrey Keating1-1/+1
2006-02-23[multiple changes]Jakub Jelinek1-1/+42
2006-02-20configure.ac (target_list): Add install-info, dvi, html.Paolo Bonzini1-1/+1
2006-02-20re PR bootstrap/25670 (build fail with 'make all-gcc')Paolo Bonzini1-75/+80
2006-02-14re PR bootstrap/26053 (Misdetection of COMDAT group support with GNU as and n...Rainer Orth1-133/+232
2006-02-07configure.ac (TLS assembler check): Do not enable TLS by default on SPARC/Sol...Eric Botcazou1-0/+9
2006-02-06configure.ac: Unconditionally disable decimal float by default.Ben Elliston1-235/+131
2006-01-29configure.ac (cxx_compat_warn): Set if -Wc++-compat is supported.Gabriel Dos Reis1-129/+282
2006-01-29c.opt: Add -W(no-)overlength-strings.Zack Weinberg1-3/+55