Age | Commit message (Expand) | Author | Files | Lines |
2004-08-27 | configure.ac: Add ENABLE_ASSERT_CHECKING control. | Nathan Sidwell | 1 | -8/+31 |
2004-08-21 | linux64.h (DOT_SYMBOLS): Define. | Alan Modra | 1 | -0/+41 |
2004-08-20 | configure.ac: Don't escape apostrophe in --enable-coverage help. | Ben Elliston | 1 | -1/+1 |
2004-08-20 | configure.ac (mips*-*-*): Print an error if not using GAS. | Richard Sandiford | 1 | -0/+9 |
2004-08-17 | Makefile.in: Regenerate. | Paolo Bonzini | 1 | -26/+15 |
2004-08-16 | Makefile.in (BUILD_PREFIX, [...]): Delete. | Zack Weinberg | 1 | -5/+0 |
2004-08-16 | configure.ac: Replace _GCC_TOPLEV_NONCANONICAL_TARGET with ACX_NONCANONICAL_T... | Nathanael Nerode | 1 | -2/+1 |
2004-08-12 | configure.ac: When testing for flex, nm, ar, and bison, check that they will ... | Geoffrey Keating | 1 | -4/+8 |
2004-07-23 | intl.c (gcc_init_libintl): Use PACKAGE for the text domain. | Matthias Klose | 1 | -0/+2 |
2004-07-13 | configure.ac (gcc_cv_as_offsetable_lo10): Fix a typo. | Anthony Heading | 1 | -1/+1 |
2004-07-12 | Fix NM/AR propagation from toplevel for recursive makes. | James E Wilson | 1 | -0/+15 |
2004-07-11 | configure.ac: Alphabetize --enable-checking list, add missing valgrind entry. | Phil Edwards | 1 | -6/+6 |
2004-07-08 | system.h: Prototype getpagesize if missing. | Aaron W. LaFramboise | 1 | -1/+1 |
2004-07-07 | collect2.c (dump_file): Don't call cplus_demangle if HAVE_LD_DEMANGLE is defi... | H.J. Lu | 1 | -0/+26 |
2004-07-04 | configure.ac (ranlib_flags): New variable. | Mark Mitchell | 1 | -0/+13 |
2004-06-18 | opts.sh: Delete. | Kelley Cook | 1 | -1/+1 |
2004-06-12 | configure.ac: Don't invoke ACX_HEADER_STDBOOL. | Zack Weinberg | 1 | -1/+0 |
2004-06-09 | Makefile.tpl (touch-stage[+id+]): New. | Paolo Bonzini | 1 | -1/+1 |
2004-06-08 | * configure.ac: New --enable-mapped-location sets USE_MAPPED_LOCATION. | Per Bothner | 1 | -0/+9 |
2004-05-27 | configure.ac: Remove --enable-tree-browser option. | Bryce McKinlay | 1 | -9/+5 |
2004-05-25 | configure.ac (gcc_cv_ld): Prefer in-tree ld over whatever the top-level detec... | Alexandre Oliva | 1 | -10/+19 |
2004-05-24 | Makefile.def (host_modules): add libcpp. | Paolo Bonzini | 1 | -16/+2 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -0/+33 |
2004-05-02 | configure.ac (FLEX, BISON): Only use tools from the build tree if build equal... | Alexandre Oliva | 1 | -2/+2 |
2004-04-30 | * config/i386/cygming.h [HAVE_GAS_PE_SECREL32_RELOC] | Brian Ford | 1 | -0/+20 |
2004-04-30 | configure.ac (--with-as): Abort if user-supplied assembler cannot be executed. | Ben Elliston | 1 | -2/+2 |
2004-04-17 | configure.ac (gcc_cv_ld_as_needed): Use AC_CACHE_CHECK. | Richard Sandiford | 1 | -3/+4 |
2004-04-15 | libada-mk.in: New file. | Nathanael Nerode | 1 | -1/+1 |
2004-04-07 | config.gcc: Stop changing enable_threads midstream. | Nathanael Nerode | 1 | -6/+4 |
2004-04-05 | re PR target/14548 (building Ada library incorrectly requires collect2 on mingw) | Ian Lance Taylor | 1 | -0/+12 |
2004-04-01 | gcc.c (init_gcc_specs): If HAVE_LD_AS_NEEDED, link with -lgcc --as-needed -lg... | Alan Modra | 1 | -0/+19 |
2004-03-24 | configure.ac: Add --enable-werror-always (for top level bootstrap support). | Nathanael Nerode | 1 | -0/+9 |
2004-03-24 | Makefile.in (STRICT2_WARN): Reorder. | Nathanael Nerode | 1 | -0/+15 |
2004-03-24 | configure.ac: Check for -Wno-variadic-macros... | Nathanael Nerode | 1 | -10/+31 |
2004-03-22 | configure.ac: Allow --disable-coverage-flags (for the future benefit of top l... | Nathanael Nerode | 1 | -9/+13 |
2004-03-11 | (top level) | Paolo Bonzini | 1 | -132/+47 |
2004-03-11 | configure.ac: Bump AC_PREREQ to 2.59. | Kelley Cook | 1 | -1/+1 |
2004-03-08 | re PR target/14471 (Workaround for errata regarding multiplication bug) | Hans-Peter Nilsson | 1 | -0/+8 |
2004-03-05 | configure.ac: When passing --enable-languages to subdir configure when host !... | Ian Lance Taylor | 1 | -1/+1 |
2004-02-29 | configure.ac: Rearrange some threading code for clarity; add section comment. | Nathanael Nerode | 1 | -9/+17 |
2004-02-29 | * configure.ac: Add some comments delineating sections of code. | Nathanael Nerode | 1 | -0/+16 |
2004-02-25 | config.gcc: Add comment describing extra_gcc_objs. | Kelley Cook | 1 | -1/+2 |
2004-02-18 | configure.ac: When generating auto-build.h, pass --enable-languages to the su... | Geoffrey Keating | 1 | -4/+5 |
2004-02-13 | configure.ac: Search for as, ld below libexec/gcc. | Rainer Orth | 1 | -4/+4 |
2004-02-13 | configure.ac (gcc_cv_ld): Don't set to LD if target is not host, but try LD_F... | Alexandre Oliva | 1 | -1/+3 |
2004-02-09 | configure.ac: Remove default executable files before AC_PROG_CC. | Rainer Orth | 1 | -0/+9 |
2004-02-05 | configure.ac (gcc_cv_as_powerpc_mfcrf): Correct test for mfcr. | David Edelsohn | 1 | -4/+6 |
2004-01-30 | re PR bootstrap/9249 (bootstrap fails with --enable-__cxa-atexit on Solaris) | Dara Hazeghi | 1 | -5/+7 |
2004-01-30 | configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for s390*-*-* targets... | Ulrich Weigand | 1 | -1/+1 |
2004-01-21 | re PR other/12730 (manual page install broken with old Pod::man) | Kelley Cook | 1 | -4/+9 |