- 16 Apr, 2004 2 commits
-
-
* configure: Regenerate. config: * acx.m4 (ACX_PROG_GNAT): Check if ${CC} produces object file for Ada compilation. Fix acx_cv_cc_gcc_supports_ada spelling. From-SVN: r80771
Rainer Orth committed -
* Makefile.tpl (configure-[+module+], configure-gcc, configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc): Set and export LDFLAGS. * Makefile.in: Regenerate. From-SVN: r80745
James E Wilson committed
-
- 13 Apr, 2004 1 commit
-
-
2004-04-12 Michael Chastain <mec.gnu@mindspring.com> * MAINTAINERS: Add myself to write-after-approval. From-SVN: r80649
Michael Chastain committed
-
- 09 Apr, 2004 1 commit
-
-
re PR bootstrap/14871 (Non-unified-tree ordinary cross-compiler builds default to stupid names for tools) PR bootstrap/14871 * Makefile.tpl: If we don't have built-in-tree target tools, use the ones found by configure rather than hacking around with program_transform_name. * configure.in: Give Makefile.tpl the information necessary to do that. * Makefile.in: Regenerate. * configure: Regenerate. From-SVN: r80542
Nathanael Nerode committed
-
- 07 Apr, 2004 1 commit
-
-
re PR bootstrap/14760 (A bug in configure{,.in} prevents using both --program-suffix and --program-prefix) PR bootstrap/14760 * configure.in: When computing baseargs, strip *all* copies of offending options. Also, don't match/substitute the trailing space, so that this actually works when two similar options are separated by only one space. * configure: Regenerate. From-SVN: r80474
Nathanael Nerode committed
-
- 06 Apr, 2004 1 commit
-
-
* configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs. (rs6000-*-aix*): Same. * configure: Regenerate. From-SVN: r80458
David Edelsohn committed
-
- 05 Apr, 2004 1 commit
-
-
From-SVN: r80436
Ranjit Mathew committed
-
- 03 Apr, 2004 1 commit
-
-
From-SVN: r80382
Bud Davis committed
-
- 25 Mar, 2004 1 commit
-
-
Makefile.tpl (top level bootstrap support): Remove now-unneeded STRICT_WARN, WARN_CFLAGS flags passed down to make. * Makefile.tpl (top level bootstrap support): Remove now-unneeded STRICT_WARN, WARN_CFLAGS flags passed down to make. * Makefile.in: Regenerate. From-SVN: r79946
Nathanael Nerode committed
-
- 24 Mar, 2004 2 commits
-
-
(gcc) * configure.ac: Add --enable-werror-always (for top level bootstrap support). * configure: Regenerate. (top level) * configure.in (top level bootstrap support): Rework --enable-werror to set @stage2_werror_flag@. * configure: Regenerate. * Makefile.tpl (top level bootstrap support): Pass @stage2_werror_flag@ down to configure in stages 2 and 3. * Makefile.in: Regenerate. From-SVN: r79935
Nathanael Nerode committed -
Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure for stages 2 and 3 as well as in make. * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure for stages 2 and 3 as well as in make. As a consequence, remove OUTPUT_OPTION (now detected by configure) from the flags passed down to make. * Makefile.in: Regenerate. From-SVN: r79892
Nathanael Nerode committed
-
- 23 Mar, 2004 1 commit
-
-
2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl (new-bootstrap): Fix typo. * Makefile.in: Regenerate. From-SVN: r79878
Nathanael Nerode committed
-
- 22 Mar, 2004 3 commits
-
-
* Makefile.tpl: Rearrange by moving recursive_targets rules into their proper sections. * Makefile.tpl (top level bootstrap support): Move disabling of coverage flags from 'make' to 'configure'; improve comments. * Makefile.in: Regenerate. From-SVN: r79818
Nathanael Nerode committed -
language setting from all- target to configure- target; disable intermodule optimization in stage 1; prevent gratuitous rebuilds of stage 1. * Makefile.in: Regenerate. * configure.in: Comma-separate stage 1 language list for top level bootstrap. * configure: Regenerate. From-SVN: r79816
Nathanael Nerode committed -
2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Clean up experimental top level bootstrap support: note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate prev-gcc in configure- targets as well as all- targets. * Makefile.in: Regenerate. From-SVN: r79812
Nathanael Nerode committed
-
- 21 Mar, 2004 1 commit
-
-
2004-03-21 Kelley Cook <kcook@gcc.gnu.org> * compile: New file imported from automake. From-SVN: r79790
Kelley Cook committed
-
- 17 Mar, 2004 1 commit
-
-
2004-03-17 Paolo Bonzini <bonzini@gnu.org> * configure.in: Remove symbolic link section. * configure: Regenerate. * Makefile.tpl (links): Remove. * Makefile.in: Regenerate. From-SVN: r79596
Paolo Bonzini committed
-
- 16 Mar, 2004 2 commits
-
-
2004-03-15 Paolo Bonzini <bonzini@gnu.org> Nathanael Nerode <neroden@gcc.gnu.org> * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX): Set with AC_CHECK_PROGS. * configure.in: Fix comment typo from last patch. * configure: Regenerate. Co-Authored-By: Nathanael Nerode <neroden@gcc.gnu.org> From-SVN: r79552
Paolo Bonzini committed -
2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Introduce experimental top level bootstrap support. * Makefile.in: Regenerate. * configure.in: Introduce support for top level bootstrap. * configure: Regenerate. From-SVN: r79515
Nathanael Nerode committed
-
- 12 Mar, 2004 1 commit
-
-
2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org> Paolo Bonzini <bonzini@gnu.org> PR bootstrap/14522 * configure.in: Cope with shells that do not support unquoted ^ * configure: Regenerate. Co-Authored-By: Paolo Bonzini <bonzini@gnu.org> From-SVN: r79380
Eric Botcazou committed
-
- 11 Mar, 2004 5 commits
-
-
2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org> Paolo Bonzini <bonzini@gnu.org> PR bootstrap/14522 * configure.in: Cope with shell that do not support nesting quotes inside quoted backquote substitutions. * configure: Regenerate. Co-Authored-By: Paolo Bonzini <bonzini@gnu.org> From-SVN: r79325
Eric Botcazou committed -
escaping instead of esacping From-SVN: r79306
Andrew Pinski committed -
2004-03-10 Andrew Pinski <pinskia@physics.uc.edu> PR bootstrap/14522 * configure.in: Fix esacping of $. * configure: Regenerate. From-SVN: r79305
Andrew Pinski committed -
2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org> * configure: Regenerate, since I forgot to while committing Paolo's changes. From-SVN: r79300
Nathanael Nerode committed -
2004-03-08 Paolo Bonzini <bonzini@gnu.org> PR ada/14131 Move language detection to the top level. * configure.in: Find default values for the tools as soon as possible. Disable ada if GNAT is not found. Emit error message about missing languages. Expand --enable-languages=all for the gcc subdirectory. (config) 2004-03-08 Paolo Bonzini <bonzini@gnu.org> PR ada/14131 Move language detection to the top level. * acx.m4 (ACX_PROG_GNAT): New macro, moved here from the gcc subdirectory. (gcc) 2004-03-08 Paolo Bonzini <bonzini@gnu.org> PR ada/14131 Move language detection to the top level. * configure.ac: Remove code to detect languages, it now lives exclusively in the top level. * aclocal.m4 (gcc_AC_PROG_GNAT): Moved to the top level, renamed to ACX_PROG_GNAT. (gcc/ada) 2004-03-08 Paolo Bonzini <bonzini@gnu.org> PR ada/14131 Move language detection to the top level. * config-lang.in: Build by default. From-SVN: r79299
Paolo Bonzini committed
-
- 10 Mar, 2004 1 commit
-
-
From-SVN: r79278
Ben Elliston committed
-
- 05 Mar, 2004 1 commit
-
-
* ltconfig: Disable building static libraries if building shared libraries on AIX 5L. From-SVN: r78984
David Edelsohn committed
-
- 01 Mar, 2004 3 commits
-
-
* configure.in (mips64*-*-linux*): Override mips*-*-linux* case and disable libgcj. * configure: Regenerated. From-SVN: r78717
Richard Sandiford committed -
From-SVN: r78703
Brian Booth committed -
From-SVN: r78697
Paolo Bonzini committed
-
- 28 Feb, 2004 1 commit
-
-
PR bootstrap/7087 * Makefile.tpl: Guard XFOO sed statements better. * Makefile.tpl: Add dependency for configure-target-libada. * Makefile.in: Regenerate (incidentally fixes broken commit when libada-branch was merged). From-SVN: r78630
Nathanael Nerode committed
-
- 25 Feb, 2004 1 commit
-
-
From-SVN: r78453
Kelley Cook committed
-
- 20 Feb, 2004 3 commits
-
-
2004-02-20 Andrew Pinski <pinskia@physics.uc.edu> * MAINTAINERS: Add Nicola Pero and myself as libobjc maintainers. From-SVN: r78175
Andrew Pinski committed -
2004-02-19 Andrew Cagney <cagney@redhat.com> * config.guess: Update from version 2003-10-16 to 2004-02-16. * config.sub: Update from version 2003-11-03 to 2004-02-16. Index: boehm-gc/ChangeLog 2004-02-19 Andrew Cagney <cagney@redhat.com> * config.guess: Update from version 2002-01-10 to 2004-02-16. * config.sub: Update from version 2002-01-02 to 2004-02-16. Index: libjava/libltdl/ChangeLog 2004-02-19 Andrew Cagney <cagney@redhat.com> * config.guess: Update from version 2003-10-07 to 2004-02-16. * config.sub: Update from version 2003-10-07 to 2004-02-16. From-SVN: r78171
Andrew Cagney committed -
PR bootstrap/11932 * mkinstalldirs, install-sh: Import from automake CVS HEAD. From-SVN: r78143
Nathanael Nerode committed
-
- 14 Feb, 2004 2 commits
-
-
2004-02-14 Jerry Quinn <jlquinn@optonline.net> * MAINTAINERS: Added myself to write-after-approval. From-SVN: r77832
Jerry Quinn committed -
2004-02-14 Michael Koch <konqueror@gmx.de> * MAINTAINERS: Added myself to write-after-approval. From-SVN: r77801
Michael Koch committed
-
- 13 Feb, 2004 2 commits
-
-
* MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move some OS port maintainers to OS port maintainers section. From-SVN: r77773
Joseph Myers committed -
2004-02-13 Frank Ch. Eigler <fche@redhat.com> * MAINTAINERS: Add self. From-SVN: r77764
Frank Ch. Eigler committed
-
- 12 Feb, 2004 1 commit
-
-
From-SVN: r77728
Kazu Hirata committed
-