Age | Commit message (Expand) | Author | Files | Lines |
2000-10-04 | configure.in (enable-shared): New. | Richard Henderson | 1 | -245/+272 |
2000-10-03 | configure.in (ia64-linux): Add ia64/t-glibc. | Richard Henderson | 1 | -1/+1 |
2000-10-03 | float-c4x.h: New. | Michael Hayes | 1 | -93/+94 |
2000-10-03 | configure.in (sparc-*-solaris2*): Disable 32-to-64 cross compilation for sola... | Kaveh R. Ghazi | 1 | -105/+108 |
2000-10-02 | genix.h: Remove. | Mark Mitchell | 1 | -121/+92 |
2000-10-02 | configure.in: Don't configure chill by default. | Mark Mitchell | 1 | -1/+1 |
2000-09-29 | freebsd-aout.h: New, FreeBSD a.out config file. | David O'Brien | 1 | -2/+2 |
2000-09-23 | x-aix41 (CLIB): Define here. | Jason Merrill | 1 | -1/+1 |
2000-09-22 | configure.in: Fix checks for assembler features when using a one-tree assembl... | Jason Merrill | 1 | -288/+327 |
2000-09-21 | Fix typo in applying last patch to configure.in and regenerate configure. | Andreas Jaeger | 1 | -1/+1 |
2000-09-21 | configure.in: Correct test of gcc_cv_glibc. | J. David Anglin | 1 | -1/+1 |
2000-09-19 | configure.in: Allow enable_threads_flag value of "aix". | David Edelsohn | 1 | -209/+205 |
2000-09-18 | configure.in: Define _GNU_SOURCE only when using the GNU C Library. | Andreas Jaeger | 1 | -202/+238 |
2000-09-17 | configure.in: Define macros that affect features before testing for features. | Geoff Keating | 1 | -262/+244 |
2000-09-16 | Regenerate. | Richard Henderson | 1 | -238/+249 |
2000-09-16 | configure.in: Always define _GNU_SOURCE to make interfaces visible that were ... | Andreas Jaeger | 1 | -155/+161 |
2000-09-15 | configure, config.in: Rebuilt. | Tom Tromey | 1 | -155/+162 |
2000-09-13 | configure, config.in: Rebuilt. | Tom Tromey | 1 | -165/+156 |
2000-09-12 | aclocal.m4 (AM_WITH_NLS): Don't force use of included gettext. | Philipp Thomas | 1 | -155/+164 |
2000-09-09 | Recognize m6811-elf and m6812-elf | Stephane Carrez | 1 | -90/+107 |
2000-09-07 | configure.in (sh-*-linux*): Added. | Niibe Yutaka | 1 | -91/+101 |
2000-09-03 | Configure changes required for zlib. | Anthony Green | 1 | -233/+251 |
2000-09-02 | t-elf, [...]: New files. | Alexandre Oliva | 1 | -1/+2 |
2000-08-29 | Makefile.in: Revamp handling of cflags to allow different WARN_CFLAGS for com... | J. David Anglin | 1 | -210/+218 |
2000-08-22 | vax.h (ASM_SPEC): Pass `-J' to assembler. | J. David Anglin | 1 | -90/+94 |
2000-08-18 | elf.h: Do not include sh/sh.h. | Alexandre Oliva | 1 | -93/+99 |
2000-08-16 | configure.in (*-ibm-aix4.[12]*): Delete test for gnu ld. | Kaveh R. Ghazi | 1 | -98/+92 |
2000-08-16 | configure.in (libstdcxx-v3): Fix test. | Manfred Hollstein | 1 | -251/+240 |
2000-08-14 | configure.in (ia64-*): Set float_format for i386 long double. | Richard Henderson | 1 | -241/+254 |
2000-08-14 | top level: | Zack Weinberg | 1 | -25/+25 |
2000-08-11 | Reverted the check for <sched.h>. | Ovidiu Predescu | 1 | -1/+1 |
2000-08-10 | Check for the <sched.h> header file. | Ovidiu Predescu | 1 | -5/+5 |
2000-08-09 | Remove stray blank line in previous commit | Zack Weinberg | 1 | -232/+231 |
2000-08-09 | configure.in (--enable-c-cpplib): Uncomment. | Zack Weinberg | 1 | -237/+258 |
2000-08-04 | configure.in: Use default thread_file even when enable_threads is yes or dce ... | J. David Anglin | 1 | -97/+99 |
2000-08-02 | beos-elf.h (STARTFILE_SPEC): Add i386-mcount.o when user gives -p option. | Fred Fish | 1 | -100/+91 |
2000-07-29 | configure.in (mips*-*-linux*): Use mips*el to check for little endian MIPS, a... | Andreas Jaeger | 1 | -98/+99 |
2000-07-18 | extend.texi (Extended Asm): Mention that a memory clobber does not count as a... | Geoff Keating | 1 | -208/+227 |
2000-07-17 | Makefile.in (TARGET_GETGROUPS_T): New configuration variable. | J. David Anglin | 1 | -131/+256 |
2000-07-17 | configure.in (vax-*-openbsd): Change to new style configuration, add collect2... | Marc Espie | 1 | -90/+94 |
2000-07-17 | Forgot to commit m88k changes. | Jeff Law | 1 | -90/+92 |
2000-07-11 | aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems with MAP_AN... | J. David Anglin | 1 | -106/+117 |
2000-06-26 | aclocal.m4 (AM_WITH_NLS): Don't set MSGFMT or GMSGFMT to no, test for msgfmt ... | Philipp Thomas | 1 | -26/+23 |
2000-06-25 | aclocal.m4 (AM_WITH_NLS): Set create_catalogs=no if no catalog compiler found. | Philipp Thomas | 1 | -24/+37 |
2000-06-24 | aclocal.m4 (AM_GNU_GETTEXT): If LINGUAS isn't set, build all catalogs specifi... | Philipp Thomas | 1 | -26/+30 |
2000-06-21 | configure.in: Use 'test a = b' not 'test a == b'. | Zack Weinberg | 1 | -4/+4 |
2000-06-19 | configure.in (--enable-checking): Update --help doc to reflect new defaults. | Kaveh R. Ghazi | 1 | -2/+2 |
2000-06-14 | configure.in: Revert AC_TYPE_GETGROUPS patch from June 13. | Jeffrey A Law | 1 | -237/+131 |
2000-06-13 | configure.in: Use --enable-checking=misc,tree,gc by default if... | Andreas Jaeger | 1 | -232/+236 |
2000-06-13 | configure.in: Add AC_TYPE_GETGROUPS test. | J. David Anglin | 1 | -131/+237 |