public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2012-11-30 15:02 jbglaw
  0 siblings, 0 replies; 21+ messages in thread
From: jbglaw @ 2012-11-30 15:02 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	jbglaw@sourceware.org	2012-11-30 15:02:41

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure 
	                 configure.ac 

Log message:
	Merge g++/xg++ changes from GCC
	
	* configure.ac: Merge from GCC.
	* Makefile.tpl: Dito.
	* Makefile.in: Dito.
	* configure: Dito.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.1046&r2=1.1047
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.339&r2=1.340
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.232&r2=1.233
http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.437&r2=1.438
http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.ac.diff?cvsroot=src&r1=1.181&r2=1.182


^ permalink raw reply	[flat|nested] 21+ messages in thread

* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2012-10-22  7:32 ebotcazou
  0 siblings, 0 replies; 21+ messages in thread
From: ebotcazou @ 2012-10-22  7:32 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	ebotcazou@sourceware.org	2012-10-22 07:32:04

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure 
	                 configure.ac 

Log message:
	PR bootstrap/54820
	* Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
	(all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
	(all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
	(clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
	(host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
	* Makefile.in: Regenerate.
	* configure.ac (have_static_libs): New variable and associated check.
	(stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
	-static-libgcc if stage1_libs is empty and have_static_libs is yes.
	* configure: Regenerate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.1038&r2=1.1039
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.337&r2=1.338
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.231&r2=1.232
http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.430&r2=1.431
http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.ac.diff?cvsroot=src&r1=1.174&r2=1.175


^ permalink raw reply	[flat|nested] 21+ messages in thread

* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2011-05-17 21:24 brobecke
  0 siblings, 0 replies; 21+ messages in thread
From: brobecke @ 2011-05-17 21:24 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_7_3-branch
Changes by:	brobecke@sourceware.org	2011-05-17 21:24:53

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure 
	                 configure.ac 

Log message:
	* configure.ac: Remove code setting CONFIG_SHELL, config_shell and
	moveifchange.
	* configure: Regenerate.
	* Makefile.tpl: Use @SHELL@ not @config_shell@.
	* Makefile.in: Regenerate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.983.2.3&r2=1.983.2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.326&r2=1.326.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.224&r2=1.224.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.394.2.3&r2=1.394.2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.ac.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.140.2.3&r2=1.140.2.4


^ permalink raw reply	[flat|nested] 21+ messages in thread

* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2011-05-09 17:56 dougkwan
  0 siblings, 0 replies; 21+ messages in thread
From: dougkwan @ 2011-05-09 17:56 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	dougkwan@sourceware.org	2011-05-09 17:56:48

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure 
	                 configure.ac 

Log message:
	2011-05-08  Doug Kwan  <dougkwan@google.com>
	
	Merge from gcc:
	
	2011-05-08  Doug Kwan  <dougkwan@google.com>
	
	* configure.ac: Propagate LDFLAGS_FOR_TARGET.
	* configure: Regenerated.
	* Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
	value from configure.
	* Makefile.in: Regenerated.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.997&r2=1.998
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.328&r2=1.329
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.225&r2=1.226
http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.407&r2=1.408
http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.ac.diff?cvsroot=src&r1=1.153&r2=1.154


^ permalink raw reply	[flat|nested] 21+ messages in thread

* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2007-01-09 14:09 nickc
  0 siblings, 0 replies; 21+ messages in thread
From: nickc @ 2007-01-09 14:09 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2007-01-09 14:09:58

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure 
	                 configure.in 

Log message:
	* Makefile.tpl (all-target): Correct @if conditional for target modules.
	* configure.in: Omit libiberty if building only target libgcc.
	* configure, Makefile.in: Regenerated.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.696&r2=1.697
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.255&r2=1.256
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.171&r2=1.172
http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.242&r2=1.243
http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.329&r2=1.330


^ permalink raw reply	[flat|nested] 21+ messages in thread

* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2006-11-14 23:26 dj
  0 siblings, 0 replies; 21+ messages in thread
From: dj @ 2006-11-14 23:26 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	dj@sourceware.org	2006-11-14 23:26:39

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure 
	                 configure.in 

Log message:
	* Makefile.tpl (clean-stage*): Sync with GCC (clean).
	* Makefile.in: Sync with GCC.
	* configure.in: Sync with GCC (mpfr, gmp).
	* configure: Sync with GCC.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.681&r2=1.682
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.248&r2=1.249
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.165&r2=1.166
http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.232&r2=1.233
http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.319&r2=1.320


^ permalink raw reply	[flat|nested] 21+ messages in thread

* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2006-03-14 16:10 bonzini
  0 siblings, 0 replies; 21+ messages in thread
From: bonzini @ 2006-03-14 16:10 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	bonzini@sourceware.org	2006-03-14 16:10:08

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure 
	                 configure.in 

Log message:
	2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
	
	Sync with gcc:
	2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
	
	* configure.in: Handle --disable-<component> generically.
	* configure: Regenerate.
	
	2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
	
	* Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
	(TARGET_CONFIGDIRS): Remove.
	* configure.in: Remove AC_SUBST(target_configdirs).
	* Makefile.in, configure: Regenerated.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.638&r2=1.639
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.238&r2=1.239
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.158&r2=1.159
http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.213&r2=1.214
http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.300&r2=1.301


^ permalink raw reply	[flat|nested] 21+ messages in thread

* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2005-12-14 18:00 bonzini
  0 siblings, 0 replies; 21+ messages in thread
From: bonzini @ 2005-12-14 18:00 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	bonzini@sourceware.org	2005-12-14 18:00:22

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure 
	                 configure.in 

Log message:
	2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
	
	* configure.in: Flip the top-level bootstrap switch.
	* configure: Regenerate.
	
	Merge from gcc:
	
	2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
	
	* Makefile.tpl: Throughout the file, use : $(MAKE) along with
	$(stage) and $(unstage).
	(EXTRA_TARGET_FLAGS): Correct double-quoting.
	(all): Remove stray semicolon.
	(local-distclean): Don't handle multilib.tmp and multilib.out.
	(install.all): Set $s for consistency.
	(configure-[+prefix+][+module+]): Instead of [+deps+], handle
	check_multilibs setting.  Always make the install directory.
	(configure-stage[+id+]-[+prefix+][+module+]): Likewise.
	Correct @if/@endif.
	(all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
	($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
	(stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
	(multilib.out): Remove.
	* Makefile.in: Regenerated.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.623&r2=1.624
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.230&r2=1.231
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.151&r2=1.152
http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.204&r2=1.205
http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.292&r2=1.293


^ permalink raw reply	[flat|nested] 21+ messages in thread

* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2004-07-12 12:03 bonzini
  0 siblings, 0 replies; 21+ messages in thread
From: bonzini @ 2004-07-12 12:03 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	bonzini@sourceware.org	2004-07-12 12:03:43

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure 
	                 configure.in 

Log message:
	2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
	
	* configure.in: Add noconfigdirs for crx-*-*.
	* configure: Regenerate.
	
	2004-07-09  Loren J. Rittle <ljrittle@acm.org>
	
	* configure.in: Build libmudflap by default on FreeBSD.
	* configure: Regenerated.
	
	2004-07-09  Mark Mitchell  <mark@codesourcery.com>
	
	* configure.in: Do not build libmudflap by default on non-GNU/Linux
	systems.
	* configure: Regenerated.
	
	2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
	
	PR target/16344
	* Makefile.tpl (profiledbootstrap): Build runtime libraries with
	feedback based compiler.
	* Makefile.in: Rebuilt.
	
	2004-07-05  Phil Edwards  <phil@codesourcery.com>
	
	* configure.in:  Do not prepend $srcdir to /dev/null in
	makefile fragments.
	* configure:  Regenerate.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.499&r2=1.500
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.179&r2=1.180
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.109&r2=1.110
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.135&r2=1.136
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.225&r2=1.226


^ permalink raw reply	[flat|nested] 21+ messages in thread

* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2004-03-24 22:34 neroden
  0 siblings, 0 replies; 21+ messages in thread
From: neroden @ 2004-03-24 22:34 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	neroden@sourceware.org	2004-03-24 22:34:33

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure 
	                 configure.in 

Log message:
	* 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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.474&r2=1.475
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.161&r2=1.162
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.91&r2=1.92
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.115&r2=1.116
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.206&r2=1.207


^ permalink raw reply	[flat|nested] 21+ messages in thread

* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2004-03-22 11:59 neroden
  0 siblings, 0 replies; 21+ messages in thread
From: neroden @ 2004-03-22 11:59 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	neroden@sourceware.org	2004-03-22 11:59:20

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure 
	                 configure.in 

Log message:
	* 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.
	
	* Makefile.tpl (experimental top level bootstrap) Move stage1
	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.
	
	* 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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.472&r2=1.473
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.159&r2=1.160
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.89&r2=1.90
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.114&r2=1.115
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.205&r2=1.206


^ permalink raw reply	[flat|nested] 21+ messages in thread

* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2004-03-17 19:26 neroden
  0 siblings, 0 replies; 21+ messages in thread
From: neroden @ 2004-03-17 19:26 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	neroden@sourceware.org	2004-03-17 19:26:08

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure 
	                 configure.in 

Log message:
	2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
	
	* configure.in: Remove symbolic link section.
	* configure: Regenerate.
	* Makefile.tpl (links): Remove.
	* Makefile.in: Regenerate.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.471&r2=1.472
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.158&r2=1.159
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.88&r2=1.89
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.113&r2=1.114
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.204&r2=1.205


^ permalink raw reply	[flat|nested] 21+ messages in thread

* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2003-10-08 21:29 dj
  0 siblings, 0 replies; 21+ messages in thread
From: dj @ 2003-10-08 21:29 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	dj@sourceware.org	2003-10-08 21:29:05

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure 
	                 configure.in 

Log message:
	2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
	* configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
	* configure: Rebuilt
	* Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
	* Makefile.in: Rebuilt

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.436&r2=1.437
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.147&r2=1.148
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.79&r2=1.80
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.95&r2=1.96
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.186&r2=1.187


^ permalink raw reply	[flat|nested] 21+ messages in thread

* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2003-06-12 16:06 dj
  0 siblings, 0 replies; 21+ messages in thread
From: dj @ 2003-06-12 16:06 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	dj@sourceware.org	2003-06-12 16:06:52

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure 
	                 configure.in 

Log message:
	Merge these:
	2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
	
	* configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
	* configure. Regenerate.
	
	2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
	
	* configure.in: Disable serial configure by default.
	* configure: Regenerate.
	* Makefile.tpl: Abolish .NOTPARALLEL.
	* Makefile.in: Regenerate.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.394&r2=1.395
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.136&r2=1.137
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.69&r2=1.70
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.75&r2=1.76
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.167&r2=1.168


^ permalink raw reply	[flat|nested] 21+ messages in thread

* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2003-04-19  0:19 dj
  0 siblings, 0 replies; 21+ messages in thread
From: dj @ 2003-04-19  0:19 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	dj@sourceware.org	2003-04-19 00:19:40

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure 
	                 configure.in 

Log message:
	* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
	* Makefile.in: Regenerate.
	
	* configure.in (powerpc64*-*-linux*): Remove.
	* configure: Rebuilt.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.369&r2=1.370
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.123&r2=1.124
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.55&r2=1.56
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.66&r2=1.67
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.159&r2=1.160


^ permalink raw reply	[flat|nested] 21+ messages in thread

* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2003-04-17 21:30 dj
  0 siblings, 0 replies; 21+ messages in thread
From: dj @ 2003-04-17 21:30 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	dj@sourceware.org	2003-04-17 21:30:52

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure 
	                 configure.in 

Log message:
	* Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
	previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
	and restrap.
	* Makefile.in:  Regenerate.
	
	* configure.in (arm-*-netbsdelf*): Enable building java libraries.
	* configure: Regenerated.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.368&r2=1.369
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.122&r2=1.123
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.54&r2=1.55
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.65&r2=1.66
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.158&r2=1.159


^ permalink raw reply	[flat|nested] 21+ messages in thread

* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2002-12-03 14:54 neroden
  0 siblings, 0 replies; 21+ messages in thread
From: neroden @ 2002-12-03 14:54 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	neroden@sourceware.org	2002-12-03 14:54:00

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure.in 

Log message:
	* Makefile.tpl: Introduce rules to serialize subconfigure runs.
	* Makefile.in: Regenerate.
	* configure.in: Introduce rules to serialize subconfigure runs.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.293&r2=1.294
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.86&r2=1.87
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.121&r2=1.122


^ permalink raw reply	[flat|nested] 21+ messages in thread

* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2002-12-03 13:13 neroden
  0 siblings, 0 replies; 21+ messages in thread
From: neroden @ 2002-12-03 13:13 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	neroden@sourceware.org	2002-12-03 13:13:07

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure.in 

Log message:
	* configure.in: Introduce BASE_CC_FOR_TARGET.
	* Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
	Realize configure-build-* targets.  Realize configure-target-* targets.
	* Makefile.in: Regenerate.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.292&r2=1.293
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.85&r2=1.86
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.120&r2=1.121


^ permalink raw reply	[flat|nested] 21+ messages in thread

* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2002-12-02 20:46 neroden
  0 siblings, 0 replies; 21+ messages in thread
From: neroden @ 2002-12-02 20:46 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	neroden@sourceware.org	2002-12-02 20:46:26

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure 
	                 configure.in 

Log message:
	* configure: Move gcc_version_trigger stuff from here...
	* configure.in: ...to here.
	
	* configure.in: Separate subconfigure options added by this file from
	options given by the user.  Add machinery to put args for host
	subconfigures into the Makefile.
	
	* Makefile.tpl: Remove 'vault' targets.
	* Makefile.tpl: Reorder and comment dependencies.
	* Makefile.in: Regenerate.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.291&r2=1.292
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.84&r2=1.85
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.28&r2=1.29
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.119&r2=1.120


^ permalink raw reply	[flat|nested] 21+ messages in thread

* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2002-09-29  8:59 neroden
  0 siblings, 0 replies; 21+ messages in thread
From: neroden @ 2002-09-29  8:59 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	neroden@sources.redhat.com	2002-09-29 08:59:34

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure 
	                 configure.in 

Log message:
	2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
	
	* Makefile.tpl: Make more autoconf-friendly.
	* Makefile.in: Regenerate.
	* configure: Make substitution more autoconf-like.
	
	2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
	
	* configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
	single entry to handle all these.
	(arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
	libjava on arm-*-elf.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.261&r2=1.262
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.68&r2=1.69
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.109&r2=1.110


^ permalink raw reply	[flat|nested] 21+ messages in thread

* src ChangeLog Makefile.in Makefile.tpl configu ...
@ 2002-09-25 10:25 neroden
  0 siblings, 0 replies; 21+ messages in thread
From: neroden @ 2002-09-25 10:25 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	neroden@sources.redhat.com	2002-09-25 10:25:27

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure.in 

Log message:
	2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
	
	* Makefile.tpl: Rewrite substituted lines to look autoconfy.
	* Makefile.in: Regenerate.
	* configure.in: Rewrite sed statements to look autoconfy.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.258&r2=1.259
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.66&r2=1.67
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.107&r2=1.108


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2012-11-30 15:02 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-30 15:02 src ChangeLog Makefile.in Makefile.tpl configu jbglaw
  -- strict thread matches above, loose matches on Subject: below --
2012-10-22  7:32 ebotcazou
2011-05-17 21:24 brobecke
2011-05-09 17:56 dougkwan
2007-01-09 14:09 nickc
2006-11-14 23:26 dj
2006-03-14 16:10 bonzini
2005-12-14 18:00 bonzini
2004-07-12 12:03 bonzini
2004-03-24 22:34 neroden
2004-03-22 11:59 neroden
2004-03-17 19:26 neroden
2003-10-08 21:29 dj
2003-06-12 16:06 dj
2003-04-19  0:19 dj
2003-04-17 21:30 dj
2002-12-03 14:54 neroden
2002-12-03 13:13 neroden
2002-12-02 20:46 neroden
2002-09-29  8:59 neroden
2002-09-25 10:25 neroden

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).