aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
AgeCommit message (Expand)AuthorFilesLines
1998-08-14configure.in: Avoid [[ by using test and changequote.Ian Lance Taylor1-255/+251
1998-08-13tree.h: De-conditionalize init_priority code.Jason Merrill1-105/+196
1998-07-29configure.in: Use xm-netbsd.h as the NetBSD xm file (not xm-siglist).Todd Vierling1-6/+13
1998-07-28configure.in: Fix --without/--disable cases for local-prefix, gxx-include-dir...Jason Merrill1-98/+115
1998-07-28Enable haifa for sparc64 too.David S. Miller1-90/+88
1998-07-27configure.in: Added i[34567]86-*-win32.Stan Cox1-0/+12
1998-07-20configure.in: Fix minor problems with gas feature detection code.Jeffrey A Law1-90/+109
1998-07-14configure.in: Rework gas feature code to work with symlink based source trees.Jeffrey A Law1-89/+92
1998-07-13Fix irix5 build failure due to bad definition of HAVE_INTTYPES_H.Jim Wilson1-2/+4
1998-07-11Please try to remember to regenerate this whenDavid S. Miller1-88/+87
1998-07-08rtemself.h: Updated to keep in sync with config/i386/linux.h.Joel Sherrill1-1/+6
1998-07-08configure.in: Check if the assembler supports ".balign" and ".p2align" and de...Jeffrey A Law1-0/+20
1998-07-08Fix big/little endian confusion.Jim Wilson1-1/+1
1998-07-07configure.in: Also look at $srcdir/gas/configure to find a gas version #.Jeffrey A Law1-1/+1
1998-07-06Redesign GCC_FUNC_PRINTF_PTR so that it doesn't define HOST_PTR_PRINTF directly.Kaveh R. Ghazi1-88/+90
1998-07-02Regenerate file.Robert Lipe1-90/+94
1998-06-30Add the ability to GCC_NEED_DECLARATION{S} for looking in arbitrary header...Kaveh R. Ghazi1-5/+72
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-1/+9
1998-06-28Consolidate strerror handling, as well as getcwd/getwd.Kaveh R. Ghazi1-1/+1
1998-06-26configure.in (gettimeofday): Check for its existance.Jeff Law1-1/+1
1998-06-26Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.Manfred Hollstein1-5/+13
1998-06-24configure (enable_version_specific_runtime_libs): Implement new flag --enable...Manfred Hollstein1-81/+78
1998-06-18Forgot to update after previous configure.in change.H.J. Lu1-1/+5
1998-06-17* configure.in: Don't turn on collect2 unconditionally.Jason Merrill1-4/+6
1998-06-17dwarf2out.c: Disable EH_FRAME_SECTION if we don't have .init.Jason Merrill1-5/+5
1998-06-17* configure.in (nm): Make a link to "nm" in the build tree too.Jeffrey A Law1-1/+6
1998-06-10Use cpplib for cccp.Dave Brolley1-75/+79
1998-06-04Regenerated.Jeff Law1-3/+55
1998-05-26Makefile.in (gencheck.o): Use HOST_CC.Mumit Khan1-1/+1
1998-05-21acconfig.h (HAVE_GAS_MAX_SKIP_P2ALIGN): New tag.John Wehle1-0/+47
1998-05-21configure.in (extra_c_objs): add prefix.o.Dave Brolley1-74/+78
1998-05-19Finish incomplete change started by Kenner.Jim Wilson1-2/+1
1998-05-17Makefile.in (TARGET_TOOLPREFIX): No longer define.Jeffrey A Law1-0/+5
1998-05-17Makefile.in (build_canonical, [...]): Let configure substitute values for the...Jeffrey A Law1-0/+15
1998-05-16osf.h (HAVE_STAMP_H): Define.Richard Henderson1-5/+13
1998-05-13acconfig.h (ENABLE_CHECKING): Undefine.Michael Meissner1-83/+99
1998-05-11Oops, aclocal.m4 wasn't up-to-date for last commit.Richard Henderson1-83/+113
1998-05-11* configure.in (alpha-*-linux-gnu): Undo lossage from gcc2 merge.Richard Henderson1-85/+53
1998-05-09acconfig.h (HAVE_VOLATILE): Insert stub for autoconf.Jeff Law1-51/+84
1998-05-08fixinc.wrap: Renamed from fixinc.math.Manfred Hollstein1-12/+12
1998-05-07Fix host/target confusion with enable_threads, reported by Brendan Kehoe.Jim Wilson1-73/+75
1998-05-07Handle missing vfprintf() & _doprnt() functions with linked in modules,Kaveh R. Ghazi1-14/+132
1998-05-06The isascii check is needed by system.h.Kaveh R. Ghazi1-2/+3
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-78/+101
1998-05-03Make UnixWare 7 bootstrap support work with final shipping product.Robert Lipe1-77/+76
1998-04-28update m32r portMichael Meissner1-1/+1
1998-04-24* configure.in: Use CC_FOR_BUILD, not BUILD_CC.Jeffrey A Law1-2/+2
1998-04-20Switch to strrchr if available instead of rindexMichael Meissner1-1/+1
1998-04-15Fix host/build confusion with gas and gnu_ld flags.Jim Wilson1-4/+8
1998-04-14* Idea and part of the patch from HJ.Jeffrey A Law1-13/+39