Commit Graph

377 Commits

Author SHA1 Message Date
Andreas Jaeger 5481b376b7 2003-05-13 Andreas Jaeger <aj@suse.de>
* config.guess: Update to 2003-05-09 version.
	* config.sub: Update to 2003-05-09 version.
2003-05-13 12:09:10 +00:00
Andreas Jaeger 3959a22a50 2003-05-13 Michael Eager <eager@mvista.com>
* configure.in: Correct sed script so that options in quotes are not
	deleted.
	* configure: Rebuild.
2003-05-13 06:34:57 +00:00
Corinna Vinschen 564b43e5ff * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
and $$s/newlib/libc/sys/cygwin32 include paths.
	* configure: Ditto.
2003-05-12 13:59:17 +00:00
H.J. Lu bb947dc9e8 2003-05-05 H.J. Lu <hjl@gnu.org>
* config-ml.in: Restored from gcc repository.
2003-05-05 21:35:08 +00:00
Chris Demetriou 77f7441a32 2003-05-02 Chris Demetriou <cgd@broadcom.com>
* Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
        * Makefile.in: Regenerate.
2003-05-03 01:31:50 +00:00
Daniel Jacobowitz a26d70858e * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
and Makefile.def.
2003-05-02 17:29:48 +00:00
Daniel Jacobowitz e4c4d240a3 * Makefile.tpl: Clean $(BUILD_SUBDIR).
* Makefile.in: Regenerated.
2003-04-28 02:24:35 +00:00
DJ Delorie 62a3fc85ab * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
* Makefile.in: Regenerate.

* configure.in (powerpc64*-*-linux*): Remove.
* configure: Rebuilt.
2003-04-19 00:19:40 +00:00
DJ Delorie 5b474aa89a * 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.
2003-04-17 21:30:52 +00:00
Alexandre Oliva bc295afeb0 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
* */configure: Rebuilt.
2003-04-11 03:58:39 +00:00
Nathanael Nerode 3728fadeb8 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
* Makefile.in: Regenerate.
2003-03-14 20:49:14 +00:00
Michael Chastain ce5b542e3b 2003-03-14 Michael Chastain <mec@shout.net>
* Makefile.in: Regenerate with correct Makefile.def.
2003-03-14 18:59:59 +00:00
Nathanael Nerode 3db0a37f80 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
Make macro.
	* Makefile.in: Regenerate.
	* configure.in: Clean up gxx_include_dir logic.
	* configure: Regenerate.
2003-03-12 20:47:07 +00:00
DJ Delorie 34349c6e30 * configure.in (gxx_include_dir): Fix typo.
* configure: Regenerated.
2003-03-09 18:43:06 +00:00
Andrew Cagney 686c28c9bf 2003-03-06 Andrew Cagney <cagney@redhat.com>
* texinfo/texinfo.tex: Import version 2003-02-03.16.
2003-03-06 20:50:01 +00:00
Nathanael Nerode bba45b8bf7 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
* configure.in: Include $(build_tooldir)/sys-include in
	FLAGS_FOR_TARGET.
	* configure: Regenerated.

2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>

	* Makefile.tpl: Reindent.
	* Makefile.in: Regenerate.
	* configure.in: Reindent.  Don't set unused variables.
	* configure: Regenerate.
2003-03-05 01:50:53 +00:00
Nathanael Nerode 2683747f86 Really commit it... dunno what happened last time. 2003-03-04 08:36:40 +00:00
Nathanael Nerode 502128028b * Makefile.tpl: Rearrange.
* Makefile.in: Regenerate.
2003-02-28 18:03:31 +00:00
Nick Clifton a6be7fc6d6 Remove site-file support - it is obsolete. 2003-02-25 10:47:07 +00:00
Nick Clifton f8a495c8a4 Add support for kaOS as cross build target system. 2003-02-24 16:47:04 +00:00
DJ Delorie 3decd77d89 * 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.
2003-02-21 01:55:12 +00:00
Alexandre Oliva f4ff34a304 * 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.
2003-02-20 01:12:28 +00:00
Alexandre Oliva b7e4a93120 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
it is used as argument to $CC.
* ltcf-gcj.sh: Likewise.
2003-02-19 23:51:28 +00:00
Alexandre Oliva 6b784d9f91 * configure.in: Introduce --enable-maintainer-mode.
* configure: Rebuilt.
* Makefile.tpl (Makefile.in, configure): Enable dependencies only
for maintainer mode.
* Makefile.in: Rebuilt.
2003-02-19 23:40:12 +00:00
Andrew Cagney 8bcd8a071e 2003-02-19 Andrew Cagney <ac131313@redhat.com>
* configure: Regenerate using autoconf 2.13.
2003-02-19 23:32:19 +00:00
Alan Modra ee3fd32958 import latest versions 2003-02-19 07:47:34 +00:00
Jason Merrill e9e456850e * Makefile.tpl (check-c++): Allow parallelism. 2003-02-18 20:12:50 +00:00
Andrew Cagney 859789af02 Re-generate using autoconf 000227. 2003-02-17 17:14:16 +00:00
Geoffrey Keating b3f16a9ba2 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
don't configure target-libobjc.
	* configure: Regenerate.
2003-02-16 01:24:56 +00:00
DJ Delorie 72e60e0228 * Makefile.tpl (RANLIB): Define.
* Makefile.in: Regenerate.
2003-02-14 21:15:37 +00:00
Keith Seitz 91f0e69558 Source Navigator is now on sourceforge...
* 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.
2003-02-06 20:36:19 +00:00
Frank Ch. Eigler 122bfa9220 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
* Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
	* Makefile.in: Regenerated.
2003-01-31 19:09:32 +00:00
Alexandre Oliva 264095c3ba * config.if: Copy from GCC. 2003-01-30 11:59:17 +00:00
Alexandre Oliva a84dbcb3d9 * configure.in: Revert 24Jan change.
* configure:  Regenerate.
2003-01-27 19:47:23 +00:00
Nathanael Nerode 1961827605 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Revert previous change.
	* configure: Regenerate.
2003-01-23 22:33:55 +00:00
Nathanael Nerode b7f27a9258 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Make rda native-only.
	* configure: Regenerate.
2003-01-23 19:55:19 +00:00
Nathanael Nerode 8332645686 * configure.in: Add missing \.
* configure: Rebuilt.
2003-01-19 23:45:39 +00:00
Jakub Jelinek 5e367fa555 * configure.in (baseargs): Avoid using \| in sed regular
expressions.
	* configure: Rebuilt.
2003-01-17 08:00:16 +00:00
Jakub Jelinek e01f337c00 * configure.in (baseargs): Remove all supported forms of
--cache-file, --srcdir, --host, --build and --target options
	from argument lists.
	* configure: Rebuilt.
2003-01-16 16:27:51 +00:00
Alexandre Oliva aa23648714 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
* configure: Rebuilt.
2003-01-15 11:24:47 +00:00
Nathanael Nerode 586c087379 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
* Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
	* Makefile.in: Regenerate.
	* configure: Regenerate.
2003-01-10 21:43:31 +00:00
DJ Delorie 497f816e75 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
(install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
* Makefile.in: Regenerate.
2003-01-09 20:50:25 +00:00
Alexandre Oliva bfbe551963 * configure.in: Remove Makefile in build, host and target modules
unless configure was run with --no-recursion.
* configure: Rebuilt.
2003-01-09 20:45:29 +00:00
Chris Demetriou 3f234ef5cc [ ChangeLog ]
2003-01-08  Chris Demetriou  <cgd@broadcom.com>

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

[ dejagnu/ChangeLog ]
2003-01-08  Chris Demetriou  <cgd@broadcom.com>

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

[ readline/ChangeLog.gdb ]
2003-01-08  Chris Demetriou  <cgd@broadcom.com>

        * config.guess: Update to 2003-01-03 version.
        * config.sub: Update to 2003-01-03 version.
2003-01-08 22:09:32 +00:00
Christopher Faylor a3982d4858 * configure: Regenerate with proper autoconf 2.13. 2003-01-08 01:19:55 +00:00
Christopher Faylor 75778ec42f * configure.in: Add AC_PREREQ for consistency.
* configure: Regenerate.
2003-01-07 21:58:19 +00:00
Andrew Cagney c180f50118 2003-01-06 Andrew Cagney <ac131313@redhat.com>
* configure.in (GDB_TK): Add tcl directories conditional on
	gdb/gdbtk directory being present.
	* configure: Regenerate.
2003-01-06 18:36:08 +00:00
Dave Anglin 46ca2cc2aa * 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.
2003-01-04 22:36:41 +00:00
Daniel Jacobowitz 53dd8dab9f * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl. 2003-01-02 00:50:57 +00:00
Tom Tromey 50ceb20c90 * Makefile.in: Rebuilt.
* Makefile.def (target_modules) [libffi]: Allow installation.
2002-12-31 22:51:53 +00:00