Commit Graph

541 Commits

Author SHA1 Message Date
Nathanael Nerode 9a5c1b9db1 Kill last references to LIBGCC1_TEST, which is never tested and never set to anything but "".
Kill last references to LIBGCC1_TEST, which is never tested and never
set to anything but "".  Oy.

From-SVN: r55152
2002-07-01 20:51:20 +00:00
Nathanael Nerode 5fd3853ac3 config-ml.in doesn't need to worry about cygnus configure
From-SVN: r55149
2002-07-01 19:59:22 +00:00
Nathanael Nerode cfefc43445 Remove references to building emacs from top level Makefile.in.
From-SVN: r55138
2002-07-01 15:59:58 +00:00
Graham Stott 2fe938856a MAINTAINERS: Update my email address.
2002-06-28  Graham Stott  <graham.stott@btinternet.com>

	* MAINTAINERS: Update my email address.

From-SVN: r55082
2002-06-28 21:07:30 +00:00
Benjamin Kosnik 53c40185d0 config.if (libstdcxx_incdir): Version C++ headers.
2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>

	* config.if (libstdcxx_incdir): Version C++ headers.
	(cxx_incdir): Remove.

From-SVN: r55029
2002-06-27 10:19:53 +00:00
Nathanael Nerode 97679694bf *** empty log message ***
From-SVN: r54985
2002-06-25 07:57:03 +00:00
Denis Chertykov b03bcd3733 * configure.in: Add support for ip2k.
From-SVN: r54926
2002-06-23 21:35:48 +04:00
Nathanael Nerode 6bd121291e * configure.in: Fix AIX configury bug.
From-SVN: r54892
2002-06-21 18:20:17 -04:00
Steve Ellcey e0d98a924a * MAINTAINERS (Write After Approval): Add self.
From-SVN: r54853
2002-06-20 19:52:23 +00:00
Nathanael Nerode ef40bc6512 * configure.in: replace ${topsrcdir} with ${srcdir}
From-SVN: r54810
2002-06-19 19:57:38 -04:00
Nathanael Nerode 7a0be4657d configure.in: Move definition of libstdcxx_flags right above usage, rather than waaay earlier.
* configure.in: Move definition of libstdcxx_flags
right above usage, rather than waaay earlier.

From-SVN: r54809
2002-06-19 19:53:29 -04:00
Nathanael Nerode e1848dde7a * configure.in: Pull definition of is_cross_compiler earlier.
From-SVN: r54807
2002-06-19 19:39:42 -04:00
Nathanael Nerode 8bc2fff120 * configure.in: Rearrange a little.
From-SVN: r54806
2002-06-19 19:24:14 -04:00
Nathanael Nerode ba3292dbb7 configure.in: Remove references to librx.
* configure.in: Remove references to librx.
* Makefile.in: Remove references to librx.

From-SVN: r54804
2002-06-19 19:06:06 -04:00
Denis Chertykov 11d8b40806 config.sub: Add support for avr target.
* config.sub: Add support for avr target.
	Import from master sources, rev 1.255

From-SVN: r54801
2002-06-20 00:46:38 +04:00
Phil Edwards 93da83395a configure, .cvsignore: Revert previous change...
2002-06-19  Phil Edwards  <pme@gcc.gnu.org>

	* configure, .cvsignore:  Revert previous change...
	* Makefile:  ...delete.

From-SVN: r54792
2002-06-19 18:10:09 +00:00
Nathanael Nerode b4caab5c94 * configure.in: Eliminate ${gasdir} variable.
From-SVN: r54786
2002-06-19 13:39:21 -04:00
Dave Brolley ee77717163 merge from src
From-SVN: r54766
2002-06-18 17:58:44 -04:00
Phil Edwards 26e4af5477 configure: Remove garbage from previous commit.
2002-06-18  Phil Edwards  <pme@gcc.gnu.org>

	* configure:  Remove garbage from previous commit.

From-SVN: r54763
2002-06-18 20:41:47 +00:00
Phil Edwards bb20b7dafd configure: For in-source builds, make a subdir and re-exec there.
2002-06-18  Phil Edwards  <pme@gcc.gnu.org>

	* configure:  For in-source builds, make a subdir and re-exec there.
	* Makefile:  New file.  Pass targets through to build directory.
	* .cvsignore:  No longer ignore "Makefile".

From-SVN: r54759
2002-06-18 20:02:21 +00:00
Douglas Rupp 9d321f6caa * MAINTAINERS (Write After Approval): Add self.
From-SVN: r54686
2002-06-17 00:00:24 +00:00
Kaveh R. Ghazi c8eb2bc070 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
From-SVN: r54536
2002-06-11 23:53:11 +00:00
Jason Thorpe f210d2390d * configure.in (vax-*-netbsd*): Re-enable gas.
From-SVN: r54391
2002-06-09 01:34:39 +00:00
Nathanael Nerode efe1f35795 Makefile.in: Replace HOST_PREFIX...
* Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
BUILD_PREFIX_1, to correct nomenclature.
* configure: Likewise.

From-SVN: r54119
2002-05-31 16:12:31 -04:00
Nathanael Nerode e9667b3cce Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
* Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
* configure.in: Eliminate version-specific references to tcl8.1, tk8.1.

From-SVN: r54117
2002-05-31 15:42:41 -04:00
Olaf Hering fe2fe4972b * config-ml.in: Propogate DESTDIR also.
From-SVN: r54114
2002-05-31 15:30:52 -04:00
Jason Thorpe dcf7f0ddac configure.in (vax-*-netbsd*): Don't build gas for this platform.
* configure.in (vax-*-netbsd*): Don't build gas for this
platform.

From-SVN: r54040
2002-05-30 02:53:32 +00:00
Marek Michalkiewicz 6ff14f32f3 configure.in (noconfigdirs): Don't compile libiberty, libstdcxx and libgcj for AVR.
* configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
	and libgcj for AVR.

From-SVN: r53960
2002-05-28 18:56:52 +00:00
Kaz Kojima 397de1ff0f * MAINTAINERS (Write After Approval): Add myself.
From-SVN: r53827
2002-05-24 07:19:09 +00:00
Jason Thorpe ac30211cb9 config.guess: Update to 2002-05-22 version.
* config.guess: Update to 2002-05-22 version.
* config.sub: Likewise.

From-SVN: r53742
2002-05-22 18:44:13 +00:00
Rainer Orth 1e6347d8b9 Makefile.in: Allow for PWDCMD to override hardcoded pwd.
* Makefile.in: Allow for PWDCMD to override hardcoded pwd.
	* config-ml.in: Likewise.
	* configure: Likewise.
	* configure.in: Likewise.

	boehm-gc:
	* acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
	* aclocal.m4: Regenerate.
	* configure: Regenerate.

	config:
	* acinclude.m4: Allow for PWDCMD to override hardcoded pwd.

	contrib:
	* test_installed: Allow for PWDCMD to override hardcoded pwd.
	* test_summary: Likewise.

	gcc:
	* Makefile.in: Allow for PWDCMD to override hardcoded pwd.
	* configure.in: Likewise.
	* fixinc/check.tpl: Likewise.
	* fixinc/fixinc.dgux: Likewise.
	* fixinc/fixinc.svr4: Likewise.
	* fixinc/fixinc.winnt: Likewise.
	* fixinc/fixincl.sh: Likewise.
	* fixproto: Likewise.
	* configure: Regenerate.

	gcc/ada:
	* Makefile.adalib: Allow for PWDCMD to override hardcoded pwd.
	* Makefile.in: Likewise.

	gcc/f:
	* Make-lang.in: Allow for PWDCMD to override hardcoded pwd.

	gcc/java:
	* Make-lang.in: Allow for PWDCMD to override hardcoded pwd.

	gcc/po:
	* exgettext: Allow for PWDCMD to override hardcoded pwd.

	gcc/treelang:
	* Make-lang.in: Allow for PWDCMD to override hardcoded pwd.

	libf2c:
	* Makefile.in: Allow for PWDCMD to override hardcoded pwd.
	* aclocal.m4: Likewise.
	* configure: Regenerate.

	libjava:
	* acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
	* configure.in: Likewise.
	* aclocal.m4: Regenerate.
	* configure: Regenerate.

	libobjc:
	* aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
	* configure: Regenerate.

	libstdc++-v3:
	* Makefile.am: Allow for PWDCMD to override hardcoded pwd.
	* acinclude.m4: Likewise.
	* docs/html/Makefile: Likewise.
	* aclocal.m4: Regenerate.
	* configure: Regenerate.
	* Makefile.in: Regenerate.

	zlib:
	* configure.in: Allow for PWDCMD to override hardcoded pwd.
	* configure: Regenerate.

	* ChangeLog: Move entries to ChangeLog.gcj.

From-SVN: r53523
2002-05-16 17:43:21 +00:00
Stephane Carrez e5ce1d6de7 * MAINTAINERS: Update my email address.
From-SVN: r53518
2002-05-16 15:48:53 +02:00
Nathanael Nerode 4a87f0613c * configure.in: simplify makefile fragment collection.
From-SVN: r53436
2002-05-13 17:18:59 -04:00
Nathanael Nerode 603606e740 * configure.in: remove code to build emacs.
From-SVN: r53435
2002-05-13 17:16:48 -04:00
Nathanael Nerode e254d6b515 configure.in: Remove --srcdir argument from targargs and buildargs (it's always overridden in...
* configure.in : Remove --srcdir argument from targargs and buildargs
(it's always overridden in the Makefile anyway).  Rearrange a bit.

From-SVN: r53433
2002-05-13 17:11:55 -04:00
Nathanael Nerode 6cdef75d09 configure: move some logic to configure.in
* configure: move some logic to configure.in
* configure.in: move some logic from configure

From-SVN: r53432
2002-05-13 16:55:30 -04:00
Tom Tromey 1d6006fe82 * MAINTAINERS: Reflect libgcj reality.
From-SVN: r53390
2002-05-12 01:42:30 +00:00
Tim Josling 44e55536d9 Minor fix to treelang; Update MAINTAINERS and ChangeLog to reflect this.
From-SVN: r53375
2002-05-11 01:09:48 +00:00
Federico G. Schwindt b70b3534fa * Makefile.in: Honour DESTDIR.
From-SVN: r53340
2002-05-09 15:57:00 -04:00
Mark Mitchell 4434687a6c config.guess: Import 2002-03-20 version.
* config.guess: Import 2002-03-20 version.
	* config.sub: Import 2002-04-26 version.

From-SVN: r53300
2002-05-08 20:26:35 +00:00
Rainer Orth a89e49c724 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
From-SVN: r53297
2002-05-08 18:26:56 +00:00
Loren J. Rittle 97320a3f23 ltmain.sh: Detect and handle object name conflicts while piecewise linking a static library.
* ltmain.sh: Detect and handle object name conflicts
	while piecewise linking a static library.

From-SVN: r53237
2002-05-06 21:26:49 +00:00
Alexandre Oliva b7c13625c7 configure.in (noconfigdirs): Don't disable libgcj on sparc64-*-solaris* and sparcv9-*-solaris*.
* configure.in (noconfigdirs): Don't disable libgcj on
sparc64-*-solaris* and sparcv9-*-solaris*.

From-SVN: r53190
2002-05-05 18:57:50 +00:00
Alexandre Oliva 4182d9fa89 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
From-SVN: r53109
2002-05-03 18:24:07 +00:00
Thomas Fitzsimmons 7bebf27930 configure.in (FLAGS_FOR_TARGET): Do not add -B$$r/$(TARGET_SUBDIR)/newlib/ when...
* configure.in (FLAGS_FOR_TARGET): Do not add
-B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
on i[3456]86-*-linux*.

From-SVN: r53100
2002-05-03 12:28:41 -04:00
Thomas Fitzsimmons 9a06dc7d3f configure.in (noconfigdirs): Replace [ ] with test.
* configure.in (noconfigdirs): Replace [ ] with test.

* configure.in (noconfigdirs): Do not add target-newlib if
target == i[3456]86-*-linux*, and host == target.

From-SVN: r53021
2002-05-01 18:28:36 -04:00
DJ Delorie 9e7facd645 mh-cxux: remove dead code
* config/mh-cxux: remove dead code
* config/mh-dgux386: remove dead code
* config/mh-hp300: remove dead code
* config/mh-hpux: remove dead code
* config/mh-hpux8: remove dead code
* config/mh-irix5: remove dead code
* config/mh-irix6: remove dead code
* config/mh-ncr3000: remove dead code
* config/mh-ncrsvr43: remove dead code
* config/mh-necv4: remove dead code
* config/mh-sco: remove dead code
* config/mh-solaris: remove dead code
* config/mh-sysv: remove dead code
* config/mh-sysv4: remove dead code
* config/mh-sysv5: remove dead code
* config/mh-irix4: remove, contains only dead code
* configure.in: delete reference to absent file

From-SVN: r52926
2002-04-29 23:30:22 -04:00
Nathanael Nerode aeaa0f2fc0 * configure.in: replace '[' with 'test'
From-SVN: r52925
2002-04-29 23:16:53 -04:00
Nathanael Nerode 4bb98828a0 configure.in: Eliminate references to gash.
* configure.in: Eliminate references to gash.
* Makefile.in: Eliminate references to gash.

From-SVN: r52924
2002-04-29 22:42:51 -04:00
Nathanael Nerode 64791664e1 * configure.in: Remove useless references to 'pic' makefile fragments.
From-SVN: r52922
2002-04-29 22:28:23 -04:00