Age | Commit message (Expand) | Author | Files | Lines |
2004-01-05 | configure.in: Use ./config.cache, not config.cache. | Nathanael Nerode | 1 | -2/+2 |
2004-01-05 | configure.in: Don't share a cache file for host dirs. | Nathanael Nerode | 1 | -1/+3 |
2004-01-03 | PR bootstrap/11932, PR bootstrap/11933 | Nathanael Nerode | 1 | -1/+10 |
2003-12-31 | configure.in (ia64*-*-hpux*): Disable building java libraries. | Roger Sayle | 1 | -1/+1 |
2003-12-21 | configure.in (*-*-uclinux): Exclude newlib, libgloss and rda. | Bernardo Innocenti | 1 | -0/+3 |
2003-12-08 | configure.in (raw_libstdcxx_flags): Remove the leading space. | Thomas Fitzsimmons | 1 | -1/+1 |
2003-10-20 | configure.in (*-*-vxworks): Add target-libiberty to noconfdirs. | Phil Edwards | 1 | -1/+1 |
2003-10-06 | configure.in: Allow explicit specification of CFLAGS_FOR_BUILD. | Mohan Embar | 1 | -0/+5 |
2003-09-21 | configure.in: Pass a computed --program-transform-name to subconfigures. | Daniel Jacobowitz | 1 | -1/+26 |
2003-09-17 | configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix quoting. | Daniel Jacobowitz | 1 | -16/+13 |
2003-09-04 | configure: Regenerate. | DJ Delorie | 1 | -2/+2 |
2003-09-02 | configure.in: Ensure arguments to sed are properly spaced. | Kaveh R. Ghazi | 1 | -2/+2 |
2003-08-27 | configure.in: Set RAW_CXX_FOR_TARGET if unset. | Daniel Jacobowitz | 1 | -1/+3 |
2003-08-23 | configure.in: Use newline instead of semicolon when assuming shell arguments ... | Phil Edwards | 1 | -1/+2 |
2003-08-21 | Index: ChangeLog | Geoffrey Keating | 1 | -3/+4 |
2003-08-21 | configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for make, shell, ... | Geoffrey Keating | 1 | -16/+31 |
2003-08-20 | configure.in: Disable libgcj for darwin not on powerpc. | Geoffrey Keating | 1 | -1/+5 |
2003-08-01 | configure.in (noconfigdirs): Do not add GDB when m32r-*-*. | Andrew Cagney | 1 | -1/+1 |
2003-07-30 | configure.in: Enable libgcj for darwin. | Andreas Tobler | 1 | -1/+1 |
2003-07-28 | Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when... | Nathanael Nerode | 1 | -19/+1 |
2003-07-13 | re PR bootstrap/11273 (make install fails in libobjc directory) | Nathanael Nerode | 1 | -0/+3 |
2003-07-10 | configure: Rebuilt. | Alexandre Oliva | 1 | -0/+3 |
2003-07-10 | configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets. | Bob Wilson | 1 | -0/+3 |
2003-06-27 | configure.in: Clean up config-lang.in handling. | Nathanael Nerode | 1 | -30/+39 |
2003-06-26 | configure.in: Rename 'target_libs' to 'target_libraries'. | Nathanael Nerode | 1 | -6/+6 |
2003-06-23 | configure.in (noconfigdirs): Disable target-newlib and target-libgloss. | Hans-Peter Nilsson | 1 | -4/+10 |
2003-06-18 | configure.in: Update testsuite_flags to new location. | Benjamin Kosnik | 1 | -1/+1 |
2003-06-11 | configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32. | Rainer Orth | 1 | -4/+0 |
2003-06-11 | configure.in: Disable serial configure by default. | Nathanael Nerode | 1 | -9/+14 |
2003-06-03 | Makefile.tpl: Make 'recursive targets' using autogen rather than shell loop. | Nathanael Nerode | 1 | -1/+2 |
2003-05-21 | configure.in: Use curly braces in the definition of tooldir. | Maciej W. Rozycki | 1 | -1/+1 |
2003-05-20 | configure.in: Switch more things to use maybe dependencies. | Nathanael Nerode | 1 | -17/+1 |
2003-05-19 | configure.in: Accept i[3456789]86 for machine type. | Kelley Cook | 1 | -29/+29 |
2003-05-18 | <top level> | Nathanael Nerode | 1 | -57/+59 |
2003-05-13 | configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin and $$s/ne... | Corinna Vinschen | 1 | -1/+1 |
2003-05-13 | configure.in: Correct sed script so that options in quotes are not deleted. | Michael Eager | 1 | -1/+1 |
2003-04-18 | configure.in (powerpc64*-*-linux*): Remove. | Jakub Jelinek | 1 | -5/+0 |
2003-04-16 | configure.in (arm-*-netbsdelf*): Enable building java libraries. | Richard Earnshaw | 1 | -0/+1 |
2003-03-12 | Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. | Nathanael Nerode | 1 | -31/+13 |
2003-03-09 | configure.in (gxx_include_dir): Fix typo. | Franz Sirl | 1 | -1/+1 |
2003-03-05 | Makefile.tpl: Reindent. | Nathanael Nerode | 1 | -80/+69 |
2003-03-04 | configure.in: Include $(build_tooldir)/sys-include in FLAGS_FOR_TARGET. | Daniel Jacobowitz | 1 | -1/+1 |
2003-03-04 | Makefile.tpl: Don't set unused enable_shared, enable_threads macros. | Nathanael Nerode | 1 | -38/+5 |
2003-03-04 | configure.in: Replace ${libstdcxx_version} by its value. | Nathanael Nerode | 1 | -16/+13 |
2003-02-25 | Add support for kaOS as cross build target system. | Uwe Stieber | 1 | -0/+7 |
2003-02-19 | configure.in: Introduce --enable-maintainer-mode. | Alexandre Oliva | 1 | -0/+19 |
2003-02-16 | configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*, don't configure t... | Geoffrey Keating | 1 | -3/+4 |
2003-02-06 | Makefile.def: Remove "snavigator", "grep", and "db" modules. | Keith R Seitz | 1 | -11/+11 |
2003-01-27 | configure.in: Revert 24Jan change. | Phil Edwards | 1 | -2/+3 |
2003-01-24 | No, really this time. | Nathanael Nerode | 1 | -5/+4 |