public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
* src ./ChangeLog ./configure.in ./configure ./M ...
@ 2003-05-18 15:49 neroden
  0 siblings, 0 replies; 3+ messages in thread
From: neroden @ 2003-05-18 15:49 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	neroden@sourceware.org	2003-05-18 15:49:06

Modified files:
	.              : ChangeLog configure.in configure Makefile.tpl 
	                 Makefile.in 
	config         : ChangeLog acx.m4 

Log message:
	<top level>
	* configure.in: Switch more things to use maybe dependencies.
	Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
	* configure: Regenerate.
	* Makefile.tpl: Switch more things to use maybe dependencies.
	* Makefile.in: Regenerate.
	
	<config>
	* config/acx.m4: Introduce _GCC_TOPLEV_NONCANONICAL_BUILD,
	_GCC_TOPLEV_NONCANOICAL_HOST, _GCC_TOPLEV_NONCANONICAL_TARGET,
	GCC_TOPLEV_SUBDIRS.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.378&r2=1.379
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.162&r2=1.163
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.70&r2=1.71
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.59&r2=1.60
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.127&r2=1.128
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/ChangeLog.diff?cvsroot=src&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/acx.m4.diff?cvsroot=src&r1=1.2&r2=1.3


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

* src ./ChangeLog ./configure.in ./configure ./M ...
@ 2006-12-11  6:47 amodra
  0 siblings, 0 replies; 3+ messages in thread
From: amodra @ 2006-12-11  6:47 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	amodra@sourceware.org	2006-12-11 06:47:58

Modified files:
	.              : ChangeLog configure.in configure Makefile.tpl 
	                 Makefile.in 
Added files:
	config         : mt-spu 

Log message:
	* configure.in:  Handle spu makefile frag.
	* config/mt-spu: New file.
	* Makefile.tpl (MAINT): Define
	(MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
	* configure: Regenerate.
	* Makefile.in: Regenerate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.686&r2=1.687
http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.321&r2=1.322
http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.234&r2=1.235
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.167&r2=1.168
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.251&r2=1.252
http://sourceware.org/cgi-bin/cvsweb.cgi/src/config/mt-spu.diff?cvsroot=src&r1=NONE&r2=1.1


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

* src ./ChangeLog ./configure.in ./configure ./M ...
@ 2005-07-27 18:00 mmitchel
  0 siblings, 0 replies; 3+ messages in thread
From: mmitchel @ 2005-07-27 18:00 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	mmitchel@sourceware.org	2005-07-27 18:00:57

Modified files:
	.              : ChangeLog configure.in configure Makefile.tpl 
	                 Makefile.in 
	config         : mt-gnu 

Log message:
	* config/mt-gnu (CXXFLAGS): Include SYSROOT_CFLAGS_FOR_TARGET.
	
	* Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
	(CFLAGS_FOR_TARGET): Use it.
	(CXXFLAGS_FOR_TARGET): Likewise.
	* Makefile.in: Regenerated.
	* configure.in (--with-build-sysroot): New option.
	* configure: Regenerated.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.598&r2=1.599
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.277&r2=1.278
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.188&r2=1.189
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.140&r2=1.141
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.216&r2=1.217
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/mt-gnu.diff?cvsroot=src&r1=1.1&r2=1.2


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

end of thread, other threads:[~2006-12-11  6:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-18 15:49 src ./ChangeLog ./configure.in ./configure ./M neroden
2005-07-27 18:00 mmitchel
2006-12-11  6:47 amodra

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).