Commit Graph

884 Commits

Author SHA1 Message Date
Uwe Stieber ef4e756902 Add support for kaOS as cross build target system.
From-SVN: r63400
2003-02-25 10:45:00 +00:00
Steven Bosscher a7a287eb4f * MAINTAINERS (Write after approval): Add myself.
From-SVN: r63356
2003-02-24 09:27:29 +00:00
James E Wilson ff00c8a2df Update my email address.
From-SVN: r63254
2003-02-21 16:04:11 -08:00
Zack Weinberg abb2db7ad1 * MAINTAINERS: Add self to blanket write privs. section.
From-SVN: r63253
2003-02-21 23:50:38 +00:00
Sean McNeil e9f2dc3b46 Makefile.tpl: Add definition of CPPFLAGS to pass into configure-target-* as some target...
* Makefile.tpl: Add definition of CPPFLAGS to pass into
configure-target-* as some target builds may require additional
flags for preprocessor tests.
* Makefile.in: Regenerated.

From-SVN: r63200
2003-02-20 20:55:04 -05:00
Alexandre Oliva 11856278b8 libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
* libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
* ltconfig: Handle it.
* ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
auto-detecting it.

From-SVN: r63148
2003-02-20 01:11:51 +00:00
Alexandre Oliva 274aef32d9 ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever it is used as argument to $CC.
* ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
it is used as argument to $CC.
* ltcf-gcj.sh: Likewise.

From-SVN: r63135
2003-02-19 23:50:23 +00:00
Alexandre Oliva ee03dc5e15 configure.in: Introduce --enable-maintainer-mode.
* configure.in: Introduce --enable-maintainer-mode.
* configure: Rebuilt.
* Makefile.tpl (Makefile.in, configure): Enable dependencies only
for maintainer mode.
* Makefile.in: Rebuilt.

From-SVN: r63134
2003-02-19 23:37:24 +00:00
Jason Merrill 30db8e17e5 * Makefile.tpl (check-c++): Allow parallelism.
From-SVN: r63053
2003-02-18 14:15:17 -05:00
Gerald Pfeifer cab60ac6c2 MAINTAINERS: Remove John Carr (who never actually had access to gcc.gnu.org).
* MAINTAINERS: Remove John Carr (who never actually had access to
	gcc.gnu.org).

From-SVN: r62982
2003-02-16 20:10:37 +00:00
Geoffrey Keating c8e5d1afc5 configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*, don't configure target-libobjc.
* configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
	don't configure target-libobjc.
	* configure: Regenerate.

From-SVN: r62956
2003-02-16 01:09:27 +00:00
Rainer Orth 70f91f5046 Makefile.tpl (RANLIB): Define.
* Makefile.tpl (RANLIB): Define.
	* Makefile.in: Regenerate.

From-SVN: r62913
2003-02-14 20:35:24 +00:00
Michael Koch 31aef004ee Moved ChangeLog entry into correct ChangeLog file
From-SVN: r62825
2003-02-13 07:36:10 +00:00
Michael Koch 05008212fb 2003-02-13 Michael Koch <konqueror@gmx.de>
* java/net/NetPermission.java
	(NetPermission): Make doucmentation match the method declaration.
	* java/net/NetworkInterface.java
	(equals): Reformated for GNU coding style.
	* java/net/ServerSocket.java: Merged with classpath.
	* java/net/Socket.java: Partly merged with classpath (Added some @since).
	* java/net/SocketImpl.java
	(localPort): Merged with classpath (initialize with -1).
	* java/net/SocketPermission.java: Merged with classpath (reindented).
	* java/net/URLDecoder.java: Merged with classpath (reindented).

From-SVN: r62824
2003-02-13 07:33:40 +00:00
Laurynas Biveinis 669e906239 * MAINTAINERS: Update my email
From-SVN: r62575
2003-02-08 10:52:39 +00:00
Keith R Seitz 61b56b2e4b Makefile.def: Remove "snavigator", "grep", and "db" modules.
* Makefile.def: Remove "snavigator", "grep", and "db" modules.
* Makefile.tpl: Remove "all-snavigator" and "all-grep".
* Makefile.in: Regenerated.
* configure.in: Remove all traces of snavigator, db, and grep.
* configure: Regenerated.

From-SVN: r62496
2003-02-06 15:55:11 -05:00
Gerald Pfeifer a1ba6e15ea MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write After Approval.
* MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
	After Approval.

From-SVN: r62489
2003-02-06 12:44:28 +00:00
Christian Cornelssen f5f2cce54c * MAINTAINERS (Write after approval): Add myself.
From-SVN: r62287
2003-02-02 21:44:31 +01:00
Frank Ch. Eigler ba49f6f13b Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
2003-01-31  Frank Ch. Eigler  <fche@redhat.com>

	* Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
	* Makefile.in: Regenerated.

From-SVN: r62195
2003-01-31 20:02:02 +00:00
Roger Sayle ccf9f10cc3 config.guess: Updated to 2003-01-30's version.
* config.guess: Updated to 2003-01-30's version.
	* config.sub: Updated to 2003-01-28's version.

From-SVN: r62160
2003-01-30 22:44:14 +00:00
Alexandre Oliva a693735b84 config.if: If gcc_version is already set, just use it.
* config.if: If gcc_version is already set, just use it.  Don't set
gcc_version_trigger if it's already set, otherwise set it to
gcc/version.c, but only if the file exists.  If it is not set and
gcc/version.c does not exist, try to extract the version number from
$CC.

From-SVN: r62131
2003-01-30 11:52:51 +00:00
Andreas Tobler 204c43d642 * MAINTAINERS Add myself to write-after-approval list.
From-SVN: r62097
2003-01-29 18:43:30 +01:00
Phil Edwards 842e91ecd2 configure.in: Revert 24Jan change.
2003-01-27  Phil Edwards  <pme@gcc.gnu.org>

	* configure.in:  Revert 24Jan change.
	* configure:  Regenerate.

From-SVN: r61888
2003-01-27 14:56:12 +00:00
Gerald Pfeifer 6b99984e7f MAINTAINERS: Remove incorrect entry for Paul Eggert.
* MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
	entry of HJ Lu.

From-SVN: r61746
2003-01-24 23:31:41 +00:00
Nathanael Nerode 806e09354f configure.in: Revert previous change.
2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>

	* configure.in: Revert previous change.
	* configure: Regenerate.

From-SVN: r61676
2003-01-23 22:32:25 +00:00
Nathanael Nerode 307a98643c configure.in: Make rda native-only.
2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>

	* configure.in: Make rda native-only.
	* configure: Regenerate.

From-SVN: r61668
2003-01-23 19:56:00 +00:00
Volker Reichelt 02ba630289 MAINTAINERS: Move myself from GNATS-only-accounts to write-after-approval.
* MAINTAINERS: Move myself from GNATS-only-accounts to
	write-after-approval.

From-SVN: r61620
2003-01-22 22:43:44 +00:00
Nathanael Nerode 77d187bc37 configure.in: Add missing \.
* configure.in: Add missing \.
	* configure: Rebuilt.

From-SVN: r61487
2003-01-19 23:44:28 +00:00
Jakub Jelinek a94a2d4cfb configure.in (baseargs): Avoid using \| in sed regular expressions.
* configure.in (baseargs): Avoid using \| in sed regular
	expressions.
	* configure: Rebuilt.

From-SVN: r61431
2003-01-17 09:02:23 +01:00
Jakub Jelinek 73f849244a configure.in (baseargs): Remove all supported forms of --cache-file...
* configure.in (baseargs): Remove all supported forms of
	--cache-file, --srcdir, --host, --build and --target options
	from argument lists.
	* configure: Rebuilt.

From-SVN: r61397
2003-01-16 17:31:49 +01:00
Josef Zlomek 8c12fc6345 * MAINTAINERS: Add myself to write-after-approval list.
From-SVN: r61343
2003-01-15 19:47:10 +00:00
Alexandre Oliva 7c005a3a45 configure.in (noconfigdirs): Don't skip gas on IRIX 6.
* configure.in (noconfigdirs): Don't skip gas on IRIX 6.
* configure: Rebuilt.

From-SVN: r61325
2003-01-15 11:24:15 +00:00
Nathanael Nerode 3dfabf6338 configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
* configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
	* Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
	* Makefile.in: Regenerate.
	* configure: Regenerate.

From-SVN: r61161
2003-01-10 16:41:48 +00:00
Alexandre Oliva cf53ae10de configure.in: Remove Makefile in build...
* configure.in: Remove Makefile in build, host and target modules
unless configure was run with --no-recursion.
* configure: Rebuilt.

From-SVN: r61126
2003-01-09 20:44:53 +00:00
Christian Cornelssen 3fbe8e4a05 Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>

	* Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
	(install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
	* Makefile.in: Regenerate.

From-SVN: r61074
2003-01-09 08:57:00 +01:00
Chris Demetriou 66e2aa7d3a config.guess: Update to 2003-01-03 version.
2003-01-08  Chris Demetriou  <cgd@broadcom.com>

        * config.guess: Update to 2003-01-03 version.
        * config.sub: Update to 2003-01-03 version.

From-SVN: r61057
2003-01-08 14:49:26 -08:00
Christopher Faylor b5038cfb82 * configure: Regenerate with proper autoconf 2.13.
From-SVN: r61022
2003-01-07 21:57:34 +00:00
Christopher Faylor d02c69bed7 * configure.in: Add AC_PREREQ for consistency.
From-SVN: r61015
2003-01-07 20:40:40 +00:00
Andrew Cagney e914a57172 configure.in (GDB_TK): Add tcl directories conditional on gdb/gdbtk directory being present.
2003-01-06  Andrew Cagney  <ac131313@redhat.com>

	* configure.in (GDB_TK): Add tcl directories conditional on
	gdb/gdbtk directory being present.
	* configure: Regenerate.

From-SVN: r60943
2003-01-06 17:37:24 +00:00
John David Anglin 7057154564 configure.in (LD): Improve test for gcc.
* configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
	by gcc if LD is not defined and we are not doing a Canadian Cross.
	* configure: Rebuilt.

From-SVN: r60891
2003-01-04 20:49:49 +00:00
Tom Tromey 89a7012aca Makefile.in: Rebuilt.
* Makefile.in: Rebuilt.
	* Makefile.def (target_modules) [libffi]: Allow installation.

From-SVN: r60717
2002-12-31 20:10:53 +00:00
Andreas Schwab 3f4f56e27a configure.in: Fix use of $program_transform_name.
* configure.in: Fix use of $program_transform_name.
	* configure: Regenerated.

From-SVN: r60704
2002-12-31 18:01:38 +00:00
Alexandre Oliva c512091192 Add missing changelog entry
From-SVN: r60675
2002-12-31 03:30:48 +00:00
Daniel Jacobowitz 1b414d319e * configure: Regenerated.
From-SVN: r60674
2002-12-31 03:13:38 +00:00
Daniel Jacobowitz 6c1b8d0a73 * configure.in (baseargs): Don't remove first configure argument.
From-SVN: r60673
2002-12-31 03:12:53 +00:00
Alexandre Oliva 903de29523 configure.in (host_configargs): Replace reference to no-longer-defined buildopts with --build=${build_alias}.
* configure.in (host_configargs): Replace reference to
no-longer-defined buildopts with --build=${build_alias}.
* configure: Rebuilt.

From-SVN: r60582
2002-12-28 17:57:14 +00:00
Alexandre Oliva e245b0ea6b Makefile.tpl ($(NOTPARALLEL)): Move to the end.
* Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
program_transform_name to standard idiom.
(AUTOGEN, AUTOCONF): Define.
(Makefile.in): Use $(AUTOGEN).
(Makefile): Depend on config.status, and use autoconf-style rule to
build it.  Move original commands to...
(config.status): ... this new target.
(configure): Add $(srcdir).  Depend on config/acx.m4.  Use
$(AUTOCONF).
* Makefile.in: Rebuilt.

From-SVN: r60580
2002-12-28 16:24:47 +00:00
Nathanael Nerode 53fbfb580b Makefile.tpl: Fix dramatic bustage due to change in program_transform_name.
* Makefile.tpl: Fix dramatic bustage due to change in
	program_transform_name.
	* Makefile.in: Regenerate.

	* configure.in: Remove unnecessary PATH setting.
	* configure: Regnerate.

	* configure.in: Don't default to unprefixed tools unless
	the native tools will work.
	* configure: Regenerate.

From-SVN: r60568
2002-12-28 09:12:19 +00:00
Nathanael Nerode 671aa708d9 configure.in: Convert to autoconf script.
(toplev)
	* configure.in: Convert to autoconf script.  Blow away lots
	of now-redundant Makefile fragments.
	* configure: Generate using Autoconf.
	* Makefile.tpl: Rewrite to reflect autoconfiscation.
	* Makefile.in: Regenerate.
(config)
	* acx.m4: New.
	* mh-a68bsd, mh-aix386, mh-apollo68, mh-delta88, mh-hp300,
	mh-hpux, mh-hpux8, mh-irix5, mh-irix6, mh-ncrsvr43, mh-openedition,
	mh-riscos, mh-sysv: Delete.
	* mh-cxux, mh-dgux386, mh-interix, mh-lynxrs6k, mh-ncr3000,
	mh-necv4, mh-sco, mh-solaris, mh-sysv4, mh-sysv5, mt-v810: Simplify.

From-SVN: r60558
2002-12-28 06:57:50 +00:00
Nathanael Nerode 3fedb74514 configure: Fix stupid bug where RANLIB was mistakenly included.
* configure: Fix stupid bug where RANLIB was mistakenly included.

	* configure.in: Rename (buildargs, hostargs, targargs) to
	(build_configargs, host_configargs, target_configargs).

	* configure.in: Move logic out of sed statement.

From-SVN: r60551
2002-12-28 00:59:52 +00:00
Nathanael Nerode 57f4082661 configure: Remove unneeded 'export's.
* configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
	CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.

From-SVN: r60550
2002-12-27 23:15:39 +00:00
Svein E. Seldal 315fa0f4a9 config.sub: Import from master repository
* config.sub: Import from master repository
	* config.guess: Ditto

From-SVN: r60486
2002-12-24 23:53:51 +00:00
Andreas Schwab 45aff44f04 Makefile.tpl (multilib.out): Fix missing space.
* Makefile.tpl (multilib.out): Fix missing space.
	* Makefile.in: Regenerate.

From-SVN: r60475
2002-12-24 17:24:41 +00:00
Nathanael Nerode 88b5521b03 Makefile.tpl: Use shared multilib.out.
* Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
	Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
	* Makefile.in: Regenerate.
	* configure.in: Remove unnecessary leftovers.

From-SVN: r60441
2002-12-23 16:54:15 +00:00
Geoffrey Keating 66b77cb083 * config/mt-aix43: Delete.
From-SVN: r60420
2002-12-23 02:36:23 +00:00
Geoffrey Keating 2a72691876 configure.in (extra_ranlibflags_for_target): New variable.
* configure.in (extra_ranlibflags_for_target): New variable.
	(*-*-darwin): Add -c to ranlib commands.
	* configure (tooldir): Handle extra_ranlibflags_for_target.

From-SVN: r60397
2002-12-22 06:46:41 +00:00
Nathanael Nerode aace32692e Fix date typo
From-SVN: r60327
2002-12-19 20:27:49 +00:00
Nathanael Nerode 346b290d6d Makefile.tpl: Revert HJL's change.
* Makefile.tpl: Revert HJL's change.
	* Makefile.in: Regenerated.
	* configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
	always.

From-SVN: r60326
2002-12-19 20:23:50 +00:00
Andreas Schwab f089514211 Makefile.tpl, [...]: Substitute libstdcxx_incdir.
* Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
	* Makefile.in: Regenerate.

From-SVN: r60303
2002-12-19 11:01:21 +00:00
H.J. Lu 782d0c0231 Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
2002-12-18  H.J. Lu <hjl@gnu.org>

	* Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
	* Makefile.in: Regenerated.

	* configure.in (build_prefix): New. Substitute.

From-SVN: r60272
2002-12-18 16:51:33 -08:00
Nathanael Nerode 79308c5dbb Makefile.tpl: Don't let real targets depend on phony targets.
* Makefile.tpl: Don't let real targets depend on phony targets.
	* Makefile.in: Regenerate.

From-SVN: r60261
2002-12-18 18:34:22 +00:00
Nathanael Nerode 212f6dd0fe Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>

	* Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
	* Makefile.in: Regenerate.

From-SVN: r60233
2002-12-18 05:28:41 +00:00
Svein E. Seldal ab17919f95 config.sub: Import from master repository
* config.sub: Import from master repository
	* config.guess: Ditto

From-SVN: r60207
2002-12-17 10:01:10 +00:00
Jason Merrill 5ecf91d13a Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a previous 'make bootstrap'.
* Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
        previous 'make bootstrap'.
        * Makefile.in: Regenerate.

From-SVN: r60193
2002-12-17 00:10:23 -05:00
Hans-Peter Nilsson d8437e1bb6 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
From-SVN: r60192
2002-12-17 04:32:25 +00:00
Zack Weinberg 4977bab6ed Merge basic-improvements-branch to trunk
From-SVN: r60174
2002-12-16 18:23:00 +00:00
Jason Merrill 6248218aee Makefile.tpl (check-gcc-c++): Renamed from check-c++.
* Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
        library tests.
        (check-c++): Just depend on it and check-target-libstdc++-v3.
        * Makefile.in: Regenerate.

From-SVN: r60126
2002-12-14 03:37:12 -05:00
Jason Merrill 0edcfdcb73 Makefile.in (check-gcc-c++): Renamed from check-c++.
* Makefile.in (check-gcc-c++): Renamed from check-c++.  Don't run
        library tests.
        (check-c++): Just depend on it and check-target-libstdc++-v3.

From-SVN: r60107
2002-12-13 17:26:37 -05:00
Alexandre Oliva f87505dda0 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
From-SVN: r60060
2002-12-12 07:04:34 +00:00
Svein E. Seldal 7f0db92aa6 config.sub: Import from master repository
* config.sub: Import from master repository
	* config.guess: Ditto
	* MAINTAINERS: Added Svein Seldal under write after approval
	* gcc/config.gcc: Added tic4x-* target as an alias to c4x-*

From-SVN: r59955
2002-12-09 08:10:20 +00:00
Gerald Pfeifer 67f1b90611 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
From-SVN: r59839
2002-12-05 00:30:12 +00:00
Geoffrey Keating 743f054e79 configure.in: Move host-specific darwin noconfigdirs into the host-specific section.
* configure.in: Move host-specific darwin noconfigdirs into
	the host-specific section.

From-SVN: r59614
2002-11-28 20:27:44 +00:00
Rainer Orth e6226a2f87 ltconfig (osf[345]): Append $major to soname_spec.
* ltconfig (osf[345]): Append $major to soname_spec.
	Reflect this in library_names_spec.
	* ltmain.sh (osf): Prefix $major with . for use as extension.

	boehm-gc:
	* ltconfig (osf[345]): Append $major to soname_spec.
	Reflect this in library_names_spec.
	* ltmain.sh (osf): Prefix $major with . for use as extension.

From-SVN: r59306
2002-11-20 15:59:07 +00:00
Andreas Jaeger 3b75d2378c libtool.m4 (libtool_flags): Add patch from libtool CVS...
* libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
	linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
	and sparc64 GNU/Linux systems.

From-SVN: r59304
2002-11-20 16:18:53 +01:00
Nathan Sidwell 809108de46 * MAINTAINERS: Update email.
From-SVN: r59257
2002-11-19 10:57:58 +00:00
Gerald Pfeifer e7e0de7e33 * MAINTAINERS: Complete James Dennett's entry.
From-SVN: r59222
2002-11-18 14:57:19 +00:00
Eric Botcazou f7109dea6c MAINTAINERS (Write After Approval): Add myself.
2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>

	* MAINTAINERS (Write After Approval): Add myself.

From-SVN: r59131
2002-11-15 14:48:55 +00:00
Bruce Korb d3ac17c9c5 syntactic cleanup
From-SVN: r59111
2002-11-14 19:44:41 +00:00
Stuart Hastings cbf78ae4d1 * MAINTAINERS: Add myself to write-after-approval list.
From-SVN: r59079
2002-11-13 18:13:34 +00:00
Jonathan Wakely d47839991f * MAINTAINERS (Write After Approval): Add myself.
From-SVN: r58999
2002-11-11 00:50:09 +00:00
Adam Nemet 1c9c903e4d * MAINTAINERS (Write After Approval): Add myself.
From-SVN: r58808
2002-11-05 05:14:42 +00:00
Kevin Buettner 40673d2b88 Top level configury changes for RDA.
From-SVN: r58797
2002-11-04 18:40:27 +00:00
Gerald Pfeifer 42e650ae23 * MAINTAINERS: Remove "co-maintainer" note for web pages.
From-SVN: r58595
2002-10-28 09:26:58 +00:00
Phil Edwards e004b81f6e Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap, and restrap targets to this rule.
2002-10-25  Phil Edwards  <pme@gcc.gnu.org>

	* Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
	and restrap targets to this rule.
	* Makefile.in:  Regenerate.

From-SVN: r58545
2002-10-25 22:49:58 +00:00
Gerald Pfeifer 06bd49b10b MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under GNATS only accounts.
* MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
	GNATS only accounts.

From-SVN: r58537
2002-10-25 19:47:32 +00:00
Hans-Peter Nilsson d0af82b0ce configure.in (i[3456]86-*-linux*): Add check to disable ${libgcj} for glibc1.
* configure.in (i[3456]86-*-linux*): Add check to disable
	${libgcj} for glibc1.

From-SVN: r58511
2002-10-24 23:25:07 +00:00
Denis Chertykov 1078265406 * MAINTAINERS: Add myself as ip2k port maintainer.
From-SVN: r58501
2002-10-24 23:50:09 +04:00
Svein E. Seldal a5a438f572 * configure.in: Add tic4x target.
From-SVN: r57907
2002-10-07 17:07:06 -04:00
Nathanael Nerode aba8a49486 Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>

	* Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
	* configure.in: Make SET_LIB_PATH substitution more autoconfy.
	* Makefile.in: Regenerate.

From-SVN: r57783
2002-10-03 19:06:16 +00:00
Nathanael Nerode fe3d5b7ff1 Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>

	* Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
	* configure.in: Make RPATH_ENVVAR substitution more autoconfy.
	* Makefile.in: Regenerate.

From-SVN: r57782
2002-10-03 18:50:19 +00:00
Janis Johnson a6ad79e790 MAINTAINERS: Add myself as web pages co-maintainer.
2002-10-02  Janis Johnson  <janis187@us.ibm.com>

	* MAINTAINERS: Add myself as web pages co-maintainer.

From-SVN: r57750
2002-10-02 20:02:13 +00:00
Nathanael Nerode 6a8a90589c Makefile.tpl: Eliminate reference to all-gui, all-libproc.
2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>

	* Makefile.tpl: Eliminate reference to all-gui, all-libproc.
	* Makefile.in: Regenerate.

From-SVN: r57746
2002-10-02 19:12:43 +00:00
Zack Weinberg 327d975a3a MAINTAINERS: Add myself and Nathan Sidwell <nathan@codesourcery.com> as VxWorks maintainers.
* MAINTAINERS: Add myself and Nathan Sidwell
	<nathan@codesourcery.com> as VxWorks maintainers.

From-SVN: r57743
2002-10-02 17:51:40 +00:00
Nathanael Nerode a5ae8f192b Fix bogus date.
From-SVN: r57730
2002-10-02 06:27:54 +00:00
Nathanael Nerode f5e0c73c6c Makefile.def: Remove order dependency comments.
2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>

	* Makefile.def: Remove order dependency comments.
	* Makefile.tpl: Add explicit install-install dependencies.
	* Makefile.in: Regenerate.

From-SVN: r57729
2002-10-02 06:27:24 +00:00
Nathanael Nerode 34c6040cc2 Makefile.tpl: Remove material now in src-release.
2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>

	* Makefile.tpl: Remove material now in src-release.  (Finally!)

	* Makefile.in: Regenerate.

From-SVN: r57727
2002-10-02 06:22:33 +00:00
Nathanael Nerode d0f6c8235e Makefile.tpl: Add configure-target (for src-release in src)
2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>

	* Makefile.tpl: Add configure-target (for src-release in src)
	* Makefile.in: Regenerate.

From-SVN: r57724
2002-10-02 05:11:25 +00:00
Nick Clifton 50bd210bde (BINUTILS_SUPPORT_DIRS): Add cpu directory.
From-SVN: r57665
2002-09-30 20:00:34 +00:00
Ulrich Weigand ca25149e05 * configure.in (s390*-*-linux*): Enable libgcj.
From-SVN: r57647
2002-09-30 12:15:00 +00:00
Nathanael Nerode 9e60a678fc configure: Revert accidentally applied changes.
2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>

	* configure: Revert accidentally applied changes.

From-SVN: r57626
2002-09-29 16:11:24 +00:00
Nathanael Nerode dd30b57d9d Makefile.tpl: Make more autoconf-friendly.
2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>

	* Makefile.tpl: Make more autoconf-friendly.
	* Makefile.in: Regenerate.
	* configure: Make substitution more autoconf-like.

From-SVN: r57625
2002-09-29 15:53:23 +00:00
Richard Earnshaw 5831424ed7 configure.in (arm-*-coff, [...]): Use a single entry to handle all these.
* 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.

From-SVN: r57612
2002-09-28 12:19:19 +00:00
Geoffrey Keating b7f3b15b05 configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the things that depend on them.
* configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
	things that depend on them.

From-SVN: r57602
2002-09-28 01:43:37 +00:00
Nathanael Nerode 0dffceed44 Makefile.tpl: Make subsituted variables more autoconfy.
2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>

	* Makefile.tpl: Make subsituted variables more autoconfy.
	* Makefile.in: Regenerate.
	* configure: Make seds more autoconfy.

From-SVN: r57522
2002-09-26 04:14:02 +00:00
Nathanael Nerode ec0461f681 Makefile.tpl: Rewrite substituted lines to look autoconfy.
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.

From-SVN: r57503
2002-09-25 17:22:54 +00:00
Nathanael Nerode 1db75a864c Makefile.tpl: Autogenerate *-target-* lists...
2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
	* Makefile.tpl: Autogenerate *-target-* lists, dependencies of
	all-target-foo on configure-target-foo.
	* Makefile.def: Ditto.
	* Makefile.in: Rebuild.

From-SVN: r57499
2002-09-25 16:49:39 +00:00
Andrew Haley 741a4e89a6 MAINTAINERS: Add aph@redhat.com as Java maintainer.
2002-09-25  Andrew Haley  <aph@redhat.com>

        * MAINTAINERS: Add aph@redhat.com as Java maintainer.

From-SVN: r57495
2002-09-25 11:16:42 +00:00
Nathanael Nerode 95ddd785f6 Makefile.def: New file.
2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>

	* Makefile.def: New file.
	* Makefile.tpl: New file.
	* Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
	* contrib/gcc_update: Note that Makefile.in is a generated file.

	* configure.in: Minor rearrangement.  Simplify tests.

From-SVN: r57484
2002-09-24 22:51:57 +00:00
Jason Thorpe 65a824f6c8 configure.in (with_headers): Skip copy if value is "yes".
* configure.in (with_headers): Skip copy if value is "yes".
(with_libs): Likewise.

* doc/install.texi: Document behavior of --with-headers and
--with-libs when arguments are omitted.

From-SVN: r57411
2002-09-22 17:57:10 +00:00
Nathanael Nerode 51270f0a1b get the changelog right, stupid error on last commit.
From-SVN: r57393
2002-09-21 16:36:45 +00:00
Nathanael Nerode fbf86afb3e configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
2002-07-12  Nathanael Nerode  <neroden@gcc.gnu.org>

	* configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
	* configure.in (sh*-*-pe*): Ditto.
	* configure.in (mips*-*-pe*): Ditto.
	* configure.in (*arm-wince-pe): Ditto.

From-SVN: r57392
2002-09-21 16:33:09 +00:00
Nathanael Nerode 8f89dbf4b5 configure.in: Rearrange.
2002-09-20  Nathanael Nerode <neroden@doctor.moo.mud.org>

	* configure.in: Rearrange.

From-SVN: r57369
2002-09-20 21:00:07 +00:00
Kazu Hirata c1b8db3f83 * MAINTAINERS: Update my email address.
From-SVN: r57140
2002-09-14 12:21:49 +00:00
Paul Koning 341f05750f * MAINTAINERS: (Write After Approval): Add myself.
From-SVN: r56688
2002-08-30 16:02:03 -04:00
Geoffrey Keating d2e06980dd * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
From-SVN: r56666
2002-08-29 21:26:57 +00:00
Geoffrey Keating 4906d5d83e * MAINTAINERS: Change my mailing address.
From-SVN: r56555
2002-08-24 22:30:51 +00:00
Paolo Carlini e9a25cc860 MAINTAINERS (Write After Approval): Remove myself.
2002-08-21  Paolo Carlini  <pcarlini@unitus.it>

	* MAINTAINERS (Write After Approval): Remove myself.
	(Various Maintainers: c++ runtime libs): Add myself.

From-SVN: r56490
2002-08-21 15:29:04 +00:00
Loren J. Rittle a5aa74218f MAINTAINERS (Write After Approval): Remove myself.
* MAINTAINERS (Write After Approval): Remove myself.
	(Various Maintainers: c++ runtime libs): Add myself.

From-SVN: r56474
2002-08-21 01:00:21 +00:00
Eric Christopher 5ce6f47b37 config.sub: Import from master repository.
2002-08-15  Eric Christopher  <echristo@redhat.com>

        * config.sub: Import from master repository.
        * config.guess: Ditto.
2002-08-15  Eric Christopher  <echristo@redhat.com>
	    Jeff Knaggs  <jknaggs@redhat.com>

	* config.gcc (mipsisa64sr71k-elf): New target.
	* config/mips/sr71k.md: New file.
	* config/mips/mips.md: Use it.
	(rot*): Add sr71k specifics.
	* config/mips/t-sr71k: New file.
	* config/mips/mips.h (sr71k): New cpu.
	(TARGET_SR71K): Use it.
	(TUNE_SR71K): Ditto.
	(GENERATE_BRANCHLIKELY): Ditto.
	(ISA_HAS_MULHI, ISA_HAS_MULS, ISA_HAS_MSAC, ISA_HAS_MACC,
	ISA_HAS_ROTR_SIISA_HAS_ROTR_DI): Ditto.
	* config/mips/mips.c (sr71k): New cpu.
	(mips_use_dfa_pipeline_interface): Use.

2002-08-15  Eric Christopher  <echristo@redhat.com>
            Richard Sandiford <rsandifo@redhat.com>
	    Aldy Hernandez  <aldyh@redhat.com>
	    Graham Stott    <grahams@redhat.com>
	    Michael Meissner  <meissner@redhat.com>
	    Gavin Romig-Koch  <gavin@redhat.com>
	    Ken Raeburn  <raeburn@cygnus.com>
	    Alexandre Oliva <aoliva@redhat.com>

	* config.gcc (mips64vr-elf): New target.
	* config/mips/5400.md: New file.
	* config/mips/5500.md: Ditto.
	* config/mips/mips.md: Use them.
	(frsqrt): New.
	* config/mips/mips.c (vr4111, vr4121, vr4320, vr5400, vr5500): New
	cpus.
	(mips_issue_rate): Use them.
	(mips_use_dfa_pipeline_interface): New function. Use for 5400 and 5500.
	(TARGET_SCHEDUSE_DFA_PIPELINE_INTERFACE): Define. Use above.
	* config/mips/mips.h (vr4111, vr4121, vr4320, vr5400, vr5500): New
	cpus.
	(TARGET_MIPSx): Use them.
	(TUNE_MIPSx): Ditto.
	(GETNATE_MULT3_SI): Ditto.
	(ISA_HAS_BRANCHLIKELY): Ditto.
	(ISA_HAS_CONDMOVE): Ditto.
	(ISA_HAS_NMADD_NMSUB): Ditto.
	(ISA_HAS_MULHI): New. Ditto.
	(ISA_HAS_MULS): Ditto.
	(ISA_HAS_MSAC): Ditto.
	(ISA_HAS_MACC): Ditto.
	(ISA_HAS_ROTR_SI): Ditto.
	(ISA_HAS_ROTR_DI): Ditto.
	(RTX_COSTS): Use.

From-SVN: r56471
2002-08-20 21:53:28 +00:00
Alexandre Oliva 7f9317f00d Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
* Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
* configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.

From-SVN: r56446
2002-08-19 20:38:15 +00:00
Aldy Hernandez 7aecca3dc9 MAINTAINERS: Add self to rs6000 vector extensions.
2002-08-16  Aldy Hernandez  <aldyh@redhat.com>

	* MAINTAINERS: Add self to rs6000 vector extensions.

From-SVN: r56379
2002-08-16 17:10:21 +00:00
Alexandre Oliva 8ea4b195de * libiberty/configure: Reverted unintended yesterday's check in.
From-SVN: r56361
2002-08-15 21:24:00 +00:00
Alexandre Oliva f5cc59a784 configure, configure: Rebuilt.
* boehm-gc/configure, libf2c/configure: Rebuilt.
* libffi/configure, libiberty/configure: Ditto.
* libjava/configure, libobjc/configure: Ditto.
* libstdc++-v3/configure, zlib/configure: Ditto.
Merged from binutils:
2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
From Steve Ellcey <sje@cup.hp.com>:
* libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
(lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
IA64.
* ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
* ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
soname_spec, sys_lib_search_path_spec): Ditto.

From-SVN: r56270
2002-08-14 02:40:00 +00:00
Federico G. Schwindt 66350331ee Add hppa-openbsd target
From-SVN: r56066
2002-08-06 09:26:29 +00:00
H.J. Lu 2ff3487032 configure.in (mips*-*-linux*): Don't skip target-libffi.
2002-08-04  H.J. Lu  (hjl@gnu.org)

	* configure.in (mips*-*-linux*): Don't skip target-libffi.

From-SVN: r56030
2002-08-04 12:40:07 -07:00
Krister Walfridsson a014f2fea6 * MAINTAINERS (Write After Approval): Add myself.
From-SVN: r55996
2002-08-02 19:02:33 +00:00
Alan Modra c01d477a66 configure.in: Move generic linux case to end.
* configure.in: Move generic linux case to end.	 Copy generic
	linux noconfigdirs to mips*-*-linux* entry and new
	powerpc64*-*-linux* entry.  Add target-libffi for the latter.

From-SVN: r55888
2002-07-31 08:42:35 +09:30
Michael Matz 68cd2524d6 * MAINTAINERS: Add myself as ra* maintainer.
From-SVN: r55613
2002-07-20 16:53:10 +00:00
Chris Demetriou e2d83b8cb2 config.guess: Update to 2002-07-09 version.
2002-07-16  Chris Demetriou  <cgd@broadcom.com>

        * config.guess: Update to 2002-07-09 version.
        * config.sub: Update to 2002-07-03 version.

From-SVN: r55503
2002-07-16 17:14:49 -07:00
Hans-Peter Nilsson cece4f1d96 * MAINTAINERS: Fix typo in a maintainer email address.
From-SVN: r55466
2002-07-15 21:12:31 +00:00
Nathanael Nerode bb65470303 * configure.in: Remove two redundant tests.
From-SVN: r55402
2002-07-11 19:54:04 +00:00
Rainer Orth 789b7de56b configure.in (mips*-*-irix6*o32): Enable stabs.
* configure.in (mips*-*-irix6*o32): Enable stabs.

	gcc:
	* config.gcc (mips-sgi-irix6*o32): New configuration.

	* configure.in (libgcc_visibility): Disable for mips-sgi-irix6*o32
	configurations.
	* configure: Regenerate.

	* config/mips/iris6-o32-as.h: New file.
	* config/mips/iris6-o32.h: New file.

	* config/mips/iris5gas.h (TARGET_ASM_NAMED_SECTION): Define.
	(NM_FLAGS): Define.
	(HAVE_AS_SHF_MERGE): Undefine.

	* config/mips/t-iris5-as: New file.
	* config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it.

	* config/mips/t-iris6 (SHLIB_EXT, SHLIB_SOLINK, SHLIB_SONAME,
	SHLIB_NAME, SHLIB_MAP, SHLIB_OBJS, SHLIB_SLIBDIR_QUAL, SHLIB_LINK,
	SHLIB_INSTALL, SHLIB_MKMAP, SHLIB_MAPFILES, FPBIT, DPBIT,
	dp-bit.c, fp-bit.c): Move ...
	* config/mips/t-iris5-6: ... here.
	New file, shared by IRIX 5 and IRIX 6.
	* config.gcc (mips-sgi-irix6*o32, mips-sgi-irix6*,
	mips-sgi-irix5*): Use it.

	* config/mips/iris6.h: Remove duplicate comment.

	* config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
	!TARGET_IRIX6]: Define.
	(mips_asm_file_start): Don't emit mdebug.<ABI> sections on IRIX 5/6.

	* config/mips/mips.h (ASM_DECLARE_FUNCTION_NAME): Fix comment.

	gcc/testsuite:
	* gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
	configuration and IRIX 6 O32 ABI.

	libstdc++-v3:
	* configure.target (target_os switch): Allow for irix6*o32
	configurations.

From-SVN: r55401
2002-07-11 18:56:58 +00:00
Nathanael Nerode f3970bbacf configure.in: Don't build grez.
* configure.in: Don't build grez.
	* Makefile.in: Ditto.

From-SVN: r55334
2002-07-08 21:40:41 +00:00
Nathanael Nerode e1da1089c4 Makefile.in: Remove references to bsp, cygmon, libstub.
* Makefile.in: Remove references to bsp, cygmon, libstub.
	* configure.in: Ditto.

	* configure.in: Remove leftover reference to gdbtest.

From-SVN: r55332
2002-07-08 20:06:51 +00:00
Phil Edwards 57c905fa73 configure.in (gxx_include_dir): Change to match versioned C++ headers if --enable-version-specific-runtime-libs...
2002-07-08  Phil Edwards  <pme@gcc.gnu.org>

	* configure.in (gxx_include_dir):  Change to match versioned
	C++ headers if --enable-version-specific-runtime-libs is used.

From-SVN: r55323
2002-07-08 10:00:39 +00:00
Steve Ellcey a0af94a769 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
From-SVN: r55250
2002-07-04 22:52:03 +00:00
Nathanael Nerode 423ce3eb95 * configure.in: Make --without-x work.
From-SVN: r55226
2002-07-03 22:50:35 +00:00
Nathanael Nerode c3b7d16939 * configure.in: Rearrange target Makefile fragment collection.
From-SVN: r55202
2002-07-03 02:49:38 +00:00
Nathanael Nerode 981869348c Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or cvs[src].
* Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
	cvs[src].
	* configure.in: Ditto.

(also fix obvious typo in ChangeLog)

From-SVN: r55187
2002-07-02 18:01:37 +00:00
DJ Delorie 2a91582c04 Formatting change
From-SVN: r55162
2002-07-01 19:16:30 -04:00
Matt Kraai eebd288ac7 * MAINTAINERS (Write After Approval): Update my e-mail address.
From-SVN: r55160
2002-07-01 22:51:10 +00:00
Nathanael Nerode 3ab36f05d6 Wipe out apache.
Wipe out apache.  Don't configure cgen from the top level; that part is
simply pulled over from src.

From-SVN: r55159
2002-07-01 22:40:12 +00:00
Nathanael Nerode 55380b08d8 Reorganize, remove now-redundant tests.
From-SVN: r55154
2002-07-01 21:01:48 +00:00
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
Nathanael Nerode 3ed57cf4fd * configure.in: (*-*-windows*) Finish removing.
From-SVN: r52921
2002-04-29 22:19:45 -04:00
Nathanael Nerode a51a07fad5 * configure.in: Eliminate redundant test for libgui.
From-SVN: r52920
2002-04-29 22:14:35 -04:00
Roger Sayle 8552f6f115 MAINTAINERS: Add self and realphabetize.
* MAINTAINERS: Add self and realphabetize.  Update entries
	for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
	entry for a29k port maintainer.

From-SVN: r52908
2002-04-29 20:16:10 +00:00
Joel Sherrill 9e84766671 configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
2002-04-26	Joel Sherrill <joel@OARcorp.com>

	* configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
	(sparc-*-elf*, sparc64-*-elf*): Disable libgcj.

From-SVN: r52813
2002-04-26 22:30:19 +00:00
Nathanael Nerode 704c9a1402 mh-a68bsd: clean out dead code
2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>

	* config/mh-a68bsd: clean out dead code
	* config/mh-apollo68: clean out dead code
	* config/mh-cxux: clean out dead code
	* config/mh-decstation: clean out dead code
	* config/mh-dgux: clean out dead code
	* config/mh-dgux386: clean out dead code
	* config/mh-hp300: clean out dead code
	* config/mh-hpux: clean out dead code
	* config/mh-hpux8: clean out dead code
	* config/mh-interix: clean out dead code
	* config/mh-irix4: clean out dead code
	* config/mh-lynxrs6k: clean out dead code
	* config/mh-mingw32: clean out dead code
	* config/mh-ncr3000: clean out dead code
	* config/mh-ncrsvr43: clean out dead code
	* config/mh-necv4: clean out dead code
	* config/mh-openedition: clean out dead code
	* config/mh-riscos: clean out dead code
	* config/mh-sco: clean out dead code
	* config/mh-sysv4: clean out dead code
	* config/mh-lynxos: removed, contained only dead code
	* config/mh-vaxult2: removed, contained only dead code
	* config/mh-sun3: removed, contained only dead code
	* configure.in: remove references to dead files

From-SVN: r52530
2002-04-19 13:26:08 -04:00
Mark Mitchell 7bff505993 * MAINTAINERS: Add information about purpose of this file.
From-SVN: r52522
2002-04-19 16:40:52 +00:00
Tom Tromey 0c7c67f076 re PR libgcj/6158 (libgcj won't bootstrap on sparc-sun-solaris2.8 if already installed)
* configure.in: Disallow configuring libgcj when it is already
	installed and we're using Solaris 2.8 linker.  Do enable libgcj on
	Solaris 2.8 by default.  For PR libgcj/6158.

From-SVN: r52497
2002-04-18 21:35:49 +00:00
Nathanael Nerode 63501e9115 configure.in: Move default CC setting out of config/mh-* fragments directly into here.
* configure.in:  Move default CC setting out of config/mh-* fragments
directly into here.

From-SVN: r52443
2002-04-17 16:45:24 -04:00
Nathanael Nerode 701afd4dd0 configure.in: don't even try to configure or make a subdirectory if...
* configure.in: don't even try to configure or make a subdirectory
if there's no configure script for it.

From-SVN: r52442
2002-04-17 16:23:44 -04:00
Mark Mitchell 07cdae91c9 MAINTAINERS: Remove chill maintainers.
* MAINTAINERS: Remove chill maintainers.
	* Makefile.in (CHILLFLAGS): Remove.
	(CHILL_LIB): Remove.
	(TARGET_CONFIGDIRS): Remove libchill.
	(CHILL_FOR_TARGET): Remove.
	(BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
	CHILL_LIB.
	(CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
	(CHECK_TARGET_MODULES): Likewise.
	(INSTALL_TARGET_MODULES): Likewise.
	(CLEAN_TARGET_MODULES): Likewise.
	(configure-target-libchill): Remove.
	(all-target-libchill): Remove.
	* configure.in (target_libs): Remove target-libchill.
	Do not compute CHILL_FOR_TARGET.
	* libchill: Remove directory.

	Remove Chill front end.
	* gcc.c (default_compilers): Remove Chill entries.
	* ch: Remove directory.
	* doc/frontends.texi: Remove information about Chill.
	* doc/sourcebuild.texi: Likewise.
	* doc/standards.texi: Likewise.

	* testsuite/lib/chill.exp: Remove.

	* g77.texi: Remove Chill reference.

	* gcc_release (build_tarfiles): Do not build Chill tarfiles.
	(CHILL_DIRS): Remove.

From-SVN: r52327
2002-04-15 20:19:23 +00:00
DJ Delorie 0a1e123a75 Missed this entry in last commit
From-SVN: r52253
2002-04-12 19:17:54 -04:00
DJ Delorie ab50d72b69 i2002-04-11 DJ Delorie <dj@redhat.com>
* Makefile.in, configure.in: Sync with binutils, entries
	follow...

2002-02-01  Mo DeJong  <supermo@bayarea.net>

	* Makefile.in: Add all-tix to deps for all-snavigator
	so that tix is built when building snavigator.

2002-01-11  Steve Ellcey  <sje@cup.hp.com>

	* configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
	ld and gdb are not supported.

2002-01-07  Mark Salter  <msalter@redhat.com>

	* configure.in: Remove target-bsp and target-cygmon from arm builds.
	Allow target-libgloss to be built for arm, strongarm, and xscale.

2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>

	* configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
	options for i[3456]86-pc-linux* native builds.

2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>

	* Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
	files from .po files for a distribution.

2001-09-03  Jeff Holcomb  <jeffh@redhat.com>

	* configure.in: Enable libstdc++-v3 for h8300 targets.

2001-06-19  Alan Modra  <amodra@bigpond.net.au>

	* Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
	version from bfd/.

Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>

	* Makefile.in (VER): When present, extract the version number from
	the file version.in.

2001-05-24  Tom Rix <trix@redhat.com>

	* configure.in : enable ld for aix

2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>

	* mh-s390pic: New file.
	* mt-s390pic: New file.

2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>

	* config.guess: Add linux target for S/390.

2000-11-07  Philip Blundell  <pb@futuretv.com>

	* Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.

2000-11-03  Philip Blundell  <pb@futuretv.com>

	* Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
	files.

2001-01-15  Ben Elliston  <bje@redhat.com>

	* configure.in (host_tools): Add sid.
	Always configure cgen.

2000-11-24  Nick Clifton  <nickc@redhat.com>

	* configure.in (c4x, c5x, tic54x): Move after ARM targets.


2000-08-20  Doug Evans  <dje@casey.transmeta.com>

	* Makefile.in (ALL_MODULES): Add all-cgen.
	(CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
	(all-cgen): New target.
	(all-opcodes,all-sim): Depend on all-cgen.
	* configure.in (host_tools): Add cgen.
	Only configure cgen if --enable-cgen-maint.

From-SVN: r52179
2002-04-11 17:23:35 -04:00
Loren J. Rittle ef98ad7b6c * configure.in: Add *-*-freebsd* configurations.
From-SVN: r52107
2002-04-10 02:51:54 +00:00
Tom Tromey 90def2b26c re PR libgcj/6068 (libgcj build picks up libgcj.spec from install tree)
* configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
	Fixes PR libgcj/6068.

From-SVN: r52038
2002-04-08 18:57:57 +00:00
Krister Walfridsson 320d7e7ad6 configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
2002-03-30  Krister Walfridsson  <cato@df.lth.se>

	* configure.in (i*86-*-netbsdelf*): Don't disable libgcj.

libffi:
2002-03-30  Krister Walfridsson  <cato@df.lth.se>

	* configure.in: Enable i*86-*-netbsdelf*.
	* configure: Rebuilt.

From-SVN: r51620
2002-03-31 00:33:17 +00:00
Rainer Orth 18b467f142 configure.in (alpha*-dec-osf*): Enable libgcj.
* configure.in (alpha*-dec-osf*): Enable libgcj.

	gcc:
	* doc/install.texi (alpha*-dec-osf*): Don't need --enable-libgcj
	any more.

From-SVN: r51483
2002-03-27 22:52:00 +00:00
Matthew Gingell 8bb3a5af0f * MAINTAINERS (Write After Approval): Add myself.
From-SVN: r51469
2002-03-27 21:16:28 +00:00
Nick Clifton 56ae94053e Fixes for PR bootstrap/3591, target/5676:
* configure.in (mcore-pe): Disable the configuration of
  libstdc++-v3 since exceptions are not supported.
* config/mcore/mcore.h (CC1_SPEC): Define only if not already
  defined.  Do not disable exceptions or rtti.
* config/mcore/mcore-pe.h (CC1_SPEC): Define before including
  mcore.h.  Disable exceptions and rtti, since they are not
  supported by EPOC.

From-SVN: r51326
2002-03-25 19:17:40 +00:00
Anthony Green f18d9a0c24 Enable libgcj for xscale-elf
From-SVN: r51141
2002-03-21 20:59:20 +00:00
J"orn Rennecke c0e21eef2b * MAINTAINERS: Update my email address.
From-SVN: r51027
2002-03-19 09:06:46 +00:00
Alexandre Oliva 28eca9e87b * ltmain.sh (relink_command): Fix typo in previous change.
From-SVN: r50887
2002-03-16 14:42:17 +00:00
Alexandre Oliva e67e72c7cb ltmain.sh (taglist): Initialized.
* ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
(relink_command): Added --tag flags.
(mode=install): If relinking fails; error out.

From-SVN: r50855
2002-03-15 23:02:08 +00:00
Richard Henderson c2273204ae Makefile.in (NOTPARALLEL): New.
* Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
        .NOTPARALLEL tag.
        (do-check): Rename from check.
        (check): Allow parallel check.

From-SVN: r50700
2002-03-12 16:38:20 -08:00
Bob Wilson bcb64245e6 MAINTAINERS: Add myself as maintainer for xtensa port.
* MAINTAINERS: Add myself as maintainer for xtensa port.
        Fix alphabetical order in CPU port maintainer list.
        Remove myself from Write After Approval list.

From-SVN: r50662
2002-03-12 18:11:49 +00:00
Richard Henderson 63adb4ff83 * Makefile.in (.NOTPARALLEL): Add fake tag.
From-SVN: r50622
2002-03-11 16:48:36 -08:00
H.J. Lu 9bec4bf079 configure.in: Enable gprof for mips*-*-linux*.
2002-03-07  H.J. Lu  (hjl@gnu.org)

	* configure.in: Enable gprof for mips*-*-linux*.

From-SVN: r50410
2002-03-07 11:32:12 -08:00
Danny Smith c7fc1f8488 MAINTAINERS (Write After Approval): Add myself.
From-SVN: r50335
2002-03-05 21:29:18 +00:00
Alexandre Oliva 6bff33fb01 configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for libjava.
* configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
libjava.
(CXX_FOR_TARGET): Explain why -shared-libgcc here.

From-SVN: r50169
2002-03-01 00:49:53 +00:00
Alexandre Oliva 0210b33b54 Makefile.in (MAKEINFO): Don't assume makeinfo will be built just because its Makefile is there...
* Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
because its Makefile is there; test for the executable instead.

From-SVN: r49990
2002-02-23 10:06:59 +00:00
Alexandre Oliva fcc0a3ef15 configure.in (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
* configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
libstdc++-v3 and libjava.

From-SVN: r49953
2002-02-22 03:21:02 +00:00
Adam Megacz 97cf8285dc Makefile.in: Removed libstdc++-v3 dependancy for libjava and boehm-gc
2002-02-11  Adam Megacz <adam@xwt.org>

        * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava
        and boehm-gc

From-SVN: r49686
2002-02-11 22:32:11 +00:00
Alexandre Oliva 40fe0ec3ce config.guess: Updated to 2002-01-30's version.
* config.guess: Updated to 2002-01-30's version.
* config.sub: Updated to 2002-02-01's version.
Contribute sh64-elf.
2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
* configure.in: Added sh64-*-*.

From-SVN: r49628
2002-02-09 03:00:13 +00:00
Chris Demetriou 694d53ee5f MAINTAINERS: Belatedly add myself to write after approval list.
2002-02-08  Chris Demetriou  <cgd@broadcom.com>

	* MAINTAINERS: Belatedly add myself to write after approval list.

From-SVN: r49618
2002-02-08 09:38:00 -08:00
Jan Hubicka a9ca50b165 MAINTAINERS: Put self in as maintainer for x86-64 port.
* MAINTAINERS: Put self in as maintainer for x86-64 port.
	Remove self as Write After Approval.

From-SVN: r49575
2002-02-07 11:57:13 +00:00
Geoffrey Keating 5ffc350051 Contribute regression tester scripts
From-SVN: r49432
2002-02-02 05:23:34 +00:00
Phil Edwards 4ceaf7fb1d MAINTAINERS: Update my email address.
2002-01-28  Phil Edwards  <pme@gcc.gnu.org>

	* MAINTAINERS:  Update my email address.

From-SVN: r49305
2002-01-29 00:58:25 +00:00
Jason Thorpe 51584787e0 configure.in (*-*-netbsd*): New.
* configure.in (*-*-netbsd*): New.  Skip target-newlib,
target-libiberty, and target-libgloss.  Skip Java-related
libraries if not supported for NetBSD on target CPU.

From-SVN: r49258
2002-01-27 02:41:37 +00:00
Douglas B Rupp 5701d273b0 * install-sh: Use _inst.$$_ for temp file name.
From-SVN: r49228
2002-01-25 18:42:28 -05:00
Jason Thorpe b299a075f0 MAINTAINERS (Write After Approval): Move my contact info from here...
* MAINTAINERS (Write After Approval): Move my contact info
from here...
(OS Port Maintainers): ...to here (netbsd).

From-SVN: r49196
2002-01-24 22:25:17 +00:00
Bob Wilson 51fe14b531 * MAINTAINERS (Write After Approval): Add myself.
From-SVN: r49086
2002-01-22 19:13:23 +00:00
H.J. Lu b634ad4263 Makefile.in (all-fastjar): Also depend on all-libiberty.
2002-01-17  H.J. Lu <hjl@gnu.org>

	* Makefile.in (all-fastjar): Also depend on all-libiberty.
	(all-target-fastjar): Also depend on all-target-libiberty.

From-SVN: r48976
2002-01-17 17:15:47 -08:00
H.J. Lu 3cd876794a config.guess: Import from master sources, rev 1.225.
2002-01-16  H.J. Lu  (hjl@gnu.org)

	* config.guess: Import from master sources, rev 1.225.
	* config.sub: Import from master sources, rev 1.238.

From-SVN: r48924
2002-01-16 12:34:20 -08:00
Kazu Hirata 969a6d8fb6 * MAINTAINERS (Write After Approval): Remove myself.
From-SVN: r48921
2002-01-16 19:37:27 +00:00
Florian Weimer 366f6a5273 * MAINTAINERS (Write After Approval): Add myself.
From-SVN: r48183
2001-12-19 21:03:35 +01:00
Joseph Myers f02240b65f * MAINTAINERS: Add self as docs co-maintainer.
From-SVN: r48105
2001-12-17 16:52:28 +00:00
Matthias Klose 5d08dc39a9 MAINTAINERS (Write After Approval): Add myself.
From-SVN: r47866
2001-12-11 08:26:49 +00:00
Turly O'Connor 6e12e72ce2 Correct filename to "darwin-tramp.asm" in my last ChangeLog entry.
From-SVN: r47839
2001-12-10 10:58:07 +00:00
Zack Weinberg 39e790d53c Update my email address
From-SVN: r47817
2001-12-09 20:24:45 +00:00
Turly O'Connor 4519d6a340 MAINTAINERS (Write After Approval): Add myself.
* MAINTAINERS (Write After Approval): Add myself.
	* rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
	(rs6000_initialize_trampoline): Call __trampoline_setup for
	ABI_DARWIN too.
	* darwin-tramp.asm: New file, implements __trampoline_setup.
	* t-darwin: LIB2FUNCS_EXTRA now includes darwin_tramp.asm.

From-SVN: r47762
2001-12-07 17:41:40 +00:00
Paolo Carlini 21cf0a7365 MAINTAINERS (Write After Approval): Add myself.
2001-12-07  Paolo Carlini  <pcarlini@unitus.it>

	* MAINTAINERS (Write After Approval): Add myself.

From-SVN: r47738
2001-12-06 23:36:56 +00:00
Douglas B Rupp 4ee43206b1 * configure, configure.in: Use temp file for long sed commands.
From-SVN: r47669
2001-12-05 07:40:39 -05:00
Laurent Guerby 251931f3ad config.sub: Update to version 1.232 on subversion.
2001-12-03  Laurent Guerby  <guerby@acm.org>

	* config.sub: Update to version 1.232 on subversion.

From-SVN: r47567
2001-12-03 22:54:05 +00:00
Ben Elliston 03777dd7fc * MAINTAINERS: Update mail address for config.* patches.
From-SVN: r47536
2001-12-03 08:14:23 +11:00
Zack Weinberg e490616e33 top level:
2001-11-27  DJ Delorie <dj@redhat.com>
	    Zack Weinberg  <zack@codesourcery.com>

	When build != host, create libiberty for the build machine.

	* Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
	CONFIG_ARGUMENTS.
	(ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
	New variables.
	(ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
	and rules.
	(all.normal): Depend on ALL_BUILD_MODULES.
	(CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
	(all-build-libiberty): Depend on configure-build-libiberty.

	* configure: Calculate and substitute proper value for
	ALL_BUILD_MODULES.
	* configure.in: Create the build subdirectory.
	Calculate and substitute TARGET_CONFIGARGS (formerly
	CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).

libiberty:
2001-11-27  Zack Weinberg  <zack@codesourcery.com>

	* _doprnt.c: Moved here from gcc/doprint.c.  Adjust to build
	in libiberty context.  Fix typo in leading comment.
	* configure.in: Fix various AC_DEFINEs so autoheader works.
	If any of vprintf, vsprintf, vfprintf is missing from libc,
	then AC_REPLACE_FUNCS(_doprnt).

From-SVN: r47393
2001-11-28 01:37:24 +00:00
Ziemowit Laski 04075e8f65 * MAINTAINERS (write-after-approval): Add self.
From-SVN: r47360
2001-11-26 22:35:45 +00:00
Craig Rodrigues ed19322d0c MAINTAINERS (GNATS only accounts): Remove self.
2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>

	* MAINTAINERS (GNATS only accounts): Remove self.

From-SVN: r47131
2001-11-18 01:18:55 +00:00
Hans-Peter Nilsson 90a1298869 configure.in (noconfigdirs): Disable libf2c.
* configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
	libf2c.

From-SVN: r47022
2001-11-14 21:39:36 +00:00