aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
AgeCommit message (Expand)AuthorFilesLines
2001-10-16configure.in (HAVE_AS_GOTOFF_IN_DATA): New x86 check.Richard Henderson1-3/+31
2001-10-16configure.in (gcc_cv_as_bfd_srcdir): New.Alan Modra1-105/+96
2001-10-12ABOUT-NLS, aclocal.m4: Update i18n framework from gettext 0.10.40.Zack Weinberg1-714/+735
2001-10-08aclocal.m4 (gcc_AC_PROG_GNAT): New.Zack Weinberg1-190/+279
2001-09-29cppdefault.c (cpp_include_defaults): Also search PREFIX_INCLUDE_DIR.Per Bothner1-2/+9
2001-09-28cpplex.c (cpp_output_token): Use a putc loop for SPELL_OPERATOR, and fwrite f...Zack Weinberg1-161/+170
2001-09-12configure.in (gcc_cv_as_shf_merge): Fix a typo.Jakub Jelinek1-2/+2
2001-09-11configure.in: Check whether assembler supports section merging.Jakub Jelinek1-0/+23
2001-08-09Move constructor/destructor handling into target hooks.Richard Henderson1-32/+19
2001-07-24configure.in: Add rtems as a supported thread model.Joel Sherrill1-314/+303
2001-07-19configure.in (assembler dwarf2 debug_line support): Define nop insn for m68k.Andreas Schwab1-1/+1
2001-07-18For PR java/2812:Tom Tromey1-296/+439
2001-07-17configure.in (assembler eh_frame optimization): Handle big endian.Andreas Schwab1-9/+15
2001-06-27Add CFLAGS_FOR_BUILD for canadian cross build.H.J. Lu1-306/+298
2001-06-13revert: configure.in (sparc*-*-*): Check assembler R_SPARC_UA32 support.Alexandre Oliva1-363/+324
2001-06-11configure.in: Align --help messages.Rainer Orth1-337/+348
2001-06-07configure.in (sparc*-*-*): Check assembler R_SPARC_UA32 support.Nathan Sidwell1-4/+47
2001-06-05configure.in: Quote $enable_win32_registry in case the value has spaces in it.Pascal Obry1-3/+3
2001-05-29configure.in (gcc_version): Remove unrequired \ on ".Nathan Sidwell1-2/+2
2001-05-26aclocal.m4: Quote final argument of patsubst.Zack Weinberg1-25/+25
2001-05-25aclocal.m4: Fixed typo.Rainer Orth1-236/+303
2001-05-18configure.in (gcc_cv_as_eh_frame): Cope with old assemblers.Stan Shebs1-8/+9
2001-05-14configure.in (gcc_cv_as_eh_frame): New test.Richard Henderson1-8/+82
2001-05-13configure.in: ldopen is never in -lexc, so don't test for it.Richard Kenner1-154/+225
2001-05-11Makefile.in: Exterminate all references to assert.h.Zack Weinberg1-18/+17
2001-05-01config.gcc: Don't default xmake_file to ${cpu_type}/x-${cpu_type}.Zack Weinberg1-167/+280
2001-05-01dbxout.c, [...]: Always include gstab.h, not system stab.h.Zack Weinberg1-285/+274
2001-04-26configure.in (configargs.h): Define thread_model.Alexandre Oliva1-79/+80
2001-04-23configure.in: Remove ENABLE_STD_NAMESPACE.Phil Edwards1-278/+284
2001-04-20configure.in: Probe for times, clock, struct tms, and clock_t.Zack Weinberg1-87/+229
2001-04-12configure.in (errno): Check for declaration.Kaveh R. Ghazi1-86/+89
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