aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
AgeCommit message (Expand)AuthorFilesLines
2001-04-06configure.in: Add check for lstat.Neil Booth1-1/+1
2001-04-05config.gcc: Remove default for xm_file.Zack Weinberg1-91/+82
2001-04-04configure.in (gcc_cv_as_leb128): Escape ".".Richard Henderson1-1/+1
2001-04-04configure.in (gcc_cv_as_leb128): Tweek minor number extraction.Richard Henderson1-1/+1
2001-04-03configure.in (gcc_cv_as_leb128): Reject gas before 2.11.Richard Henderson1-14/+23
2001-04-04ansidecl.h: All logic from gcc/gansidecl.h moved here.Zack Weinberg1-283/+278
2001-04-03configure.in (target_subdir): Use target_alias, not target.Alexandre Oliva1-266/+277
2001-04-03configure.in (gcc_cv_as_leb128): Correct name of cache variable.Geoffrey Keating1-11/+17
2001-04-02configure.in: Don't check for putenv.Kaveh R. Ghazi1-2/+2
2001-03-27Make -fsjlj-exceptions a configure option.Richard Henderson1-260/+274
2001-03-28configure.in: Don't check for bcopy.Kaveh R. Ghazi1-95/+90
2001-03-27system.h: Include symcat.h.Kaveh R. Ghazi1-2/+2
2001-03-17dwarf2out.c (lookup_filename): Emit .file if the assembler is generating .deb...Richard Henderson1-2/+2
2001-03-16aclocal.m4 (gcc_AC_EXAMINE_OBJECT): Substitute leading od output with a space...Richard Henderson1-3/+3
2001-03-16aclocal.m4 (gcc_AC_EXAMINE_OBJECT): New utility macro which handles the gory ...Zack Weinberg1-290/+357
2001-03-16dwarf2out.c: Revert most of 2000-11-25 and 2001-01-24 changes.Richard Henderson1-3/+15
2001-03-15aclocal.m4 (gcc_AC_C_CHARSET, [...]): New macros.Zack Weinberg1-300/+478
2001-03-14configure.in: Use $gcc_cv_as instead of $as.Laurynas Biveinis1-1/+1
2001-03-14aclocal.m4 (gcc_AC_COMPILE_CHECK_SIZEOF, [...]): New.Zack Weinberg1-286/+625
2001-03-12configure.in: Move check for unsigned enumerated bitfields to macro in acloca...Zack Weinberg1-181/+134
2001-03-12config.gcc: Where xm-host.h used to include another xm-host.h...Zack Weinberg1-83/+82
2001-03-11configure.in: AC_SUBST xm_defines.Zack Weinberg1-243/+234
2001-03-10configure: Rebuilt.Nicola Pero1-233/+244
2001-03-09configure.in: Prune nonexistent files from build_xm_file, xm_file, and host_x...Zack Weinberg1-144/+146
2001-03-08configure.in (HAVE_AS_LEB128): New assembler check.Richard Henderson1-243/+262
2001-03-08configure.in (enable_shared): Support per-package shared-library enabling.Alexandre Oliva1-225/+239
2001-03-07configure: Rebuilt.Tom Tromey1-231/+274
2001-03-06aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.Zack Weinberg1-304/+69
2001-03-03configure.in: Kill tm.h.Zack Weinberg1-111/+109
2001-03-02xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg1-1/+1
2001-02-18aclocal.m4 (gcc_AC_CHECK_DECL): Before attempting the test...Kaveh R. Ghazi1-99/+105
2001-02-16gdbinit: Rename to gdbinit.in.Gerald Pfeifer1-15/+13
2001-02-13configure.in (check_languages): determine languages to checkDJ Delorie1-0/+11
2001-02-13configure.in: Use "have_gnat" variable, not "gnat".Richard Kenner1-10/+10
2001-02-13i386.h (VALID_FP_MODE_P, [...]): New.Jan Hubicka1-1/+1
2001-02-12Makefile.in (GXX_ABI_FLAG): Don't define.Mark Mitchell1-267/+240
2001-02-05Makefile.in (s-mlib): Don't build multilibs if --disable-multilib.Mark Mitchell1-240/+254
2001-02-05Remove V2 C++ library.Mark Mitchell1-270/+243
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-8/+8
2001-01-21aclocal.m4 (AM_WITH_NLS): Add -lintl to LIBS if gettext was found in libintl.Philipp Thomas1-41/+45
2001-01-21aclocal.m4 (gcc_AC_FUNC_STRSTR): New macro.Michael Sokolov1-254/+301
2001-01-15texi2pod.pl: Fix regular expression for @r to avoid exponential recursion.Joseph Myers1-246/+257
2001-01-14texi2pod.pl: Require at least perl 5.6.0.Joseph Myers1-257/+246
2001-01-13ggc-page.c (USING_MALLOC_PAGE_GROUPS): New; set if not using mmap.Richard Henderson1-253/+258
2001-01-12aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Completely rewritten.Zack Weinberg1-190/+373
2001-01-09Remove support for using UWIN as a host machine.Mark Mitchell1-128/+127
2001-01-07configure.in (slibdir): Accept an --with-slibdir option.Richard Henderson1-241/+250
2001-01-07Makefile.in (slibdir): New variable.Richard Henderson1-255/+268
2001-01-03configure.in (tm.h): Include isns-codes.h last.Alexandre Oliva1-249/+261
2001-01-03configure.in: Check for the mktemp command.Joseph Myers1-158/+191