DJ Delorie
f66d193650
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).
2001-11-28 19:55:01 +00:00
DJ Delorie
42f9fc4543
* configure.in (--enable-languages): Be more permissive about
...
syntax. Check for empty lists better. Warn about $LANGUAGES.
2001-11-09 02:21:21 +00:00
Ben Elliston
5df2a48314
2001-09-19 Ben Elliston <bje@redhat.com>
...
* configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
semantics. Use the shell built-in "type" command instead.
2001-09-19 06:07:36 +00:00
Jeff Holcomb
a8505a7159
2001-09-03 Jeff Holcomb <jeffh@redhat.com>
...
* configure.in: Enable libstdc++-v3 for h8300 targets.
2001-09-03 19:47:48 +00:00
Tom Rix
3ed3570b68
Support for xcoff64, enable ld for aix
2001-05-24 21:06:16 +00:00
Alexandre Oliva
13c45b304c
* configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
...
libgcj.
2001-05-03 20:31:54 +00:00
Alexandre Oliva
acb6fc4173
* configure.in (noconfigdirs): Don't reset it from scratch in the
...
target case; only append to it.
2001-04-26 05:42:15 +00:00
Alexandre Oliva
5e6f1ab22a
* configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
...
sparc-*-solaris2.8]: Disable ${libgcj}.
2001-04-26 05:32:29 +00:00
Alexandre Oliva
71bb5ea46b
* configure.in (libgcj_saved): Copy from $libgcj.
...
(libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
--disable-libgcj.
2001-04-25 21:41:21 +00:00
Alexandre Oliva
68b3c65aa1
* Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
...
New macros.
(bootstrap, cross): Use RECURSE_FLAGS.
* configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
2001-04-02 01:32:45 +00:00
Alexandre Oliva
6222b61fee
* configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
2001-03-28 01:19:29 +00:00
Nick Clifton
73c93db761
Allow configuration of texinfo for Cygwin hosts.
2001-02-17 00:53:44 +00:00
Nick Clifton
1e667f61b7
Add s390 support
2001-02-10 00:58:38 +00:00
Ben Elliston
8d1c033908
2001-01-15 Ben Elliston <bje@redhat.com>
...
* configure.in (host_tools): Add sid.
Always configure cgen.
* Makefile.in (all-sid): New target.
(check-sid, clean-sid, install-sid): Likewise.
2001-01-15 00:19:42 +00:00
Alexandre Oliva
533245522d
* configure.in: Disable language-specific target libraries for
...
languages that aren't enabled.
2000-12-12 20:33:05 +00:00
Nick Clifton
a76857b272
Add ARM v5t, v5te and XScale support
2000-11-25 00:21:33 +00:00
Nick Clifton
6b8ce74ca3
Add noconfigure dirs for m68[hc]{11|12} targets.
2000-10-30 21:12:29 +00:00
Alexandre Oliva
bfa303a1b3
* configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
...
crosses, but add gcc/include to the header search path for them.
2000-09-02 07:24:51 +00:00
Doug Evans
43a5b89bdd
* 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.
2000-08-20 22:56:17 +00:00
Alexandre Oliva
2768864a59
* configure.in (libstdcxx_flags): Use
...
libstdc++-v3/src/libstdc++.INC.
2000-08-16 18:37:42 +00:00
Alexandre Oliva
9776b6ec98
* configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
2000-08-15 08:01:29 +00:00
Jason Merrill
86bf05d540
* configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
...
CXX_FOR_TARGET): Add -B$$r/gcc/ here.
(FLAGS_FOR_TARGET): Not here.
(CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
2000-08-12 00:49:39 +00:00
DJ Delorie
d32ca893ac
* configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
...
"if we're also building gcc, and it's a gcc that will run on the
build machine, we want to use its includes instead of the system's
default includes".
2000-08-07 15:02:09 +00:00
Alexandre Oliva
e0b51f5a76
* configure.in (libstdcxx_flags): Don't use `"'.
2000-08-03 23:54:09 +00:00
Alexandre Oliva
6a2ef32105
* configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
...
commas in $LANGUAGES.
2000-08-03 02:22:11 +00:00
DJ Delorie
5a7b5870ff
2000-08-01 Alexandre Oliva <aoliva@redhat.com>
...
* configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
2000-07-31 Alexandre Oliva <aoliva@redhat.com>
* configure.in (qCXX_FOR_TARGET): Quote `&' characters in
CXX_FOR_TARGET for sed.
2000-07-30 Alexandre Oliva <aoliva@redhat.com>
* configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
Do not override if already set in the environment or in configure.
Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
(FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
2000-08-02 18:56:20 +00:00
Alexandre Oliva
0ec91c685c
* Makefile.in (FLAGS_FOR_TARGET): New macro.
...
(GCC_FOR_TARGET): Use it.
(CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
* configure.in: ... here.
(FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
(libstdcxx_flags): Define and append to CXX_FOR_TARGET.
2000-07-28 02:10:36 +00:00
Alexandre Oliva
5115ba4beb
* configure.in: Use the same cache file for all target libs.
...
* config-ml.in: But different cache files per multilib variant.
2000-07-24 04:34:08 +00:00
Jason Merrill
2ff6d12fa2
merge with gcc
2000-07-22 08:20:10 +00:00
Tim Wall
e33e653239
TI C54x target added.
2000-06-20 13:59:03 +00:00
Jeff Law
52a3d41377
* configure.in (hppa*64*-*-*): Do build ld for this configuration.
2000-05-18 16:58:06 +00:00
David Edelsohn
f5619b809e
* configure.in: Special case powerpc*-*-aix* target_makefile_frag.
2000-05-18 14:28:32 +00:00
Jim Wilson
9fb0ab096b
Add toplevel configure support for ia64-elf.
...
* configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
2000-05-11 04:27:08 +00:00
Jason Merrill
5f4d6baaf2
* configure.in: -linux-gnu*, not -linux-gnu.
...
* configure (gcc_version): When setting, narrow search to
lines containing `version_string'.
2000-03-30 02:19:55 +00:00
Nick Clifton
b5314dabec
Remove extraneous CYGNUYS LOCAL markers.
2000-03-06 18:09:38 +00:00
Ian Lance Taylor
1dc94f7370
2000-02-27 Andreas Jaeger <aj@suse.de>
...
* configure.in: Add entry for mips*-*-linux*, move catch all
*-*-*linux* entry below this one.
2000-02-28 04:20:22 +00:00
Alan Modra
58dabf5040
Add IBM 370 support.
2000-02-23 13:52:22 +00:00
Nick Clifton
237e6cfa82
Add support for sh-pe and arm-wince-pe targets.
2000-02-23 01:26:59 +00:00
Geoffrey Keating
6dcd016526
Merge in changes from egcs for AIX cross-compilation support.
2000-01-12 18:56:45 +00:00
Nick Clifton
53ca6d03e5
Do not build ld for native AIX platforms.
1999-08-27 10:42:58 +00:00
Ian Lance Taylor
0bde435076
1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
...
* configure.in (i[3456]-*-mingw32*): Don't put gprof in
noconfigdirs.
(*-*-cygwin*): Likewise.
1999-08-08 23:32:46 +00:00
Jeff Law
4bd805d434
�
...
* configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
1999-07-08 11:35:04 +00:00
Mark Mitchell
ccc329f000
* configure.in: Build ld on IRIX6.
1999-06-30 21:00:59 +00:00
Richard Henderson
a3acbf4694
19990502 sourceware import
1999-05-03 07:29:06 +00:00