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