aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2004-04-30configure.ac (--with-as): Abort if user-supplied assembler cannot be executed.Ben Elliston1-2/+2
2004-04-17configure.ac (gcc_cv_ld_as_needed): Use AC_CACHE_CHECK.Richard Sandiford1-3/+4
2004-04-15libada-mk.in: New file.Nathanael Nerode1-1/+1
2004-04-07config.gcc: Stop changing enable_threads midstream.Nathanael Nerode1-6/+4
2004-04-05re PR target/14548 (building Ada library incorrectly requires collect2 on mingw)Ian Lance Taylor1-0/+12
2004-04-01gcc.c (init_gcc_specs): If HAVE_LD_AS_NEEDED, link with -lgcc --as-needed -lg...Alan Modra1-0/+19
2004-03-24configure.ac: Add --enable-werror-always (for top level bootstrap support).Nathanael Nerode1-0/+9
2004-03-24Makefile.in (STRICT2_WARN): Reorder.Nathanael Nerode1-0/+15
2004-03-24configure.ac: Check for -Wno-variadic-macros...Nathanael Nerode1-10/+31
2004-03-22configure.ac: Allow --disable-coverage-flags (for the future benefit of top l...Nathanael Nerode1-9/+13
2004-03-11(top level)Paolo Bonzini1-132/+47
2004-03-11configure.ac: Bump AC_PREREQ to 2.59.Kelley Cook1-1/+1
2004-03-08re PR target/14471 (Workaround for errata regarding multiplication bug)Hans-Peter Nilsson1-0/+8
2004-03-05configure.ac: When passing --enable-languages to subdir configure when host !...Ian Lance Taylor1-1/+1
2004-02-29configure.ac: Rearrange some threading code for clarity; add section comment.Nathanael Nerode1-9/+17
2004-02-29* configure.ac: Add some comments delineating sections of code.Nathanael Nerode1-0/+16
2004-02-25config.gcc: Add comment describing extra_gcc_objs.Kelley Cook1-1/+2
2004-02-18configure.ac: When generating auto-build.h, pass --enable-languages to the su...Geoffrey Keating1-4/+5
2004-02-13configure.ac: Search for as, ld below libexec/gcc.Rainer Orth1-4/+4
2004-02-13configure.ac (gcc_cv_ld): Don't set to LD if target is not host, but try LD_F...Alexandre Oliva1-1/+3
2004-02-09configure.ac: Remove default executable files before AC_PROG_CC.Rainer Orth1-0/+9
2004-02-05configure.ac (gcc_cv_as_powerpc_mfcrf): Correct test for mfcr.David Edelsohn1-4/+6
2004-01-30re PR bootstrap/9249 (bootstrap fails with --enable-__cxa-atexit on Solaris)Dara Hazeghi1-5/+7
2004-01-30configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for s390*-*-* targets...Ulrich Weigand1-1/+1
2004-01-21re PR other/12730 (manual page install broken with old Pod::man)Kelley Cook1-4/+9
2004-01-19sol2.h (ASM_DECLARE_OBJECT_NAME): New.Eric Botcazou1-8/+47
2004-01-17Makefile.in: Remove rule for ggc-simple.o.Steven Bosscher1-2/+2
2004-01-15re PR bootstrap/12744 (A GCC release tarball can no longer be built without b...Kelley Cook1-9/+21
2004-01-09configure.ac: (gcc_cv_ld_hidden) Set to true for ia64*-*-hpux*.Steve Ellcey1-1/+1
2004-01-05configure.ac: Use AC_PROG_CPP_WERROR.Nathanael Nerode1-2/+6
2004-01-03configure.ac: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM with modern equ...Nathanael Nerode1-3/+9
2004-01-03configure.ac: Replace gcc_AC_CHECK_TYPE with AC_CHECK_TYPE.Nathanael Nerode1-1/+1
2004-01-03configure.in: Rename to configure.ac.Nathanael Nerode1-0/+3057