Zack Weinberg
21607eb432
Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
...
* Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
* Makefile.in: Regenerate.
From-SVN: r68945
2003-07-04 23:07:22 +00:00
H.J. Lu
5d42f90e06
Fix typo.
...
From-SVN: r68932
2003-07-04 12:51:03 -07:00
H.J. Lu
8c90b13a22
Makefile.tpl: Replace PWD with PWD_COMMAND.
...
2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.tpl: Replace PWD with PWD_COMMAND.
* Makefile.in: Regenerated.
gcc/
2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
* config-ml.in: Replace PWD with PWD_COMMAND.
* Makefile.in: Likewise.
gcc/ada/
2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
* Make-lang.in: Replace PWD with PWD_COMMAND.
* Makefile.adalib: Likewise.
* Makefile.in: Likewise.
gcc/treelang/
2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
* Make-lang.in: Replace PWD with PWD_COMMAND.
libf2c/
2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.in: Replace PWD with PWD_COMMAND.
libstdc++-v3/
2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am: Replace PWD with PWD_COMMAND.
* Makefile.in: Regenerated.
* docs/html/Makefile: Likewise.
From-SVN: r68931
2003-07-04 12:45:55 -07:00
Zack Weinberg
6eb95e99e7
intl: New directory; see intl/ChangeLog for details.
...
top:
* intl: New directory; see intl/ChangeLog for details.
* ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
* Makefile.tpl: all-gcc depends on maybe-all-intl.
* Makefile.in: Regenerate.
config:
* gettext.m4: New file - copy of gettext.m4 from binutils
CVS, with added AC_ISC_POSIX macro from gcc/aclocal.m4.
gcc:
* ABOUT-NLS: Delete.
* intl: Delete entire directory.
* aclocal.m4: Include ../config/gettext.m4. Delete
AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES,
AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT.
* configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT.
Remove intl/Makefile from all_outputs.
* configure, config.in: Regenerate.
* Makefile.in: Expunge all references to intl subdirectory.
Add -I../intl to INCLUDES.
* intl.h: Include libintl.h if and only if ENABLE_NLS is defined.
intl:
* Makefile.in: Remove unnecessary capabilities for
installation, build of shared libraries, generation of
distribution tarballs, etc. Fix all the places that rely on
the parent directory. Don't generate libgnuintl.h from
anything; do generate $(objdir)/libintl.h from libgnuintl.h if
necessary. Adjust DEFS for use of config.h.
* libgnuintl.h.in: Rename libgnuintl.h.
* README: New file.
* config.charset, ref-add.sin, ref-del.sin: Delete (unused).
* COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant).
* aclocal.m4: New; generated per instructions in gettext manual.
* configure.in: New; written from scratch for this configuration.
* configure, config.h.in: Generated.
contrib:
* gcc_update: Remove gcc/intl/plural.c from list.
Add new generated files intl/plural.c, intl/configure,
intl/config.h.in.
From-SVN: r68928
2003-07-04 18:18:54 +00:00
Nathanael Nerode
07d1940e1c
configure.in: Clean up config-lang.in handling.
...
* configure.in: Clean up config-lang.in handling. Delete
useless assignment to "subdirs".
* configure: Regenerate.
From-SVN: r68588
2003-06-27 17:33:51 +00:00
Nathanael Nerode
4dbda6f04a
configure.in: Rename 'target_libs' to 'target_libraries'.
...
* configure.in: Rename 'target_libs' to 'target_libraries'.
Remove useless reference to 'target_libs'.
* configure: Regenerate.
From-SVN: r68543
2003-06-26 20:18:34 +00:00
Keith Seitz
2c30ab715a
Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
...
* Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
* Makefile.in: Regenerate.
From-SVN: r68393
2003-06-23 18:16:07 -04:00
Nathanael Nerode
11405c93c0
Makefile.def: Introduce flags_to_pass.
...
* Makefile.def: Introduce flags_to_pass.
* Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
* Makefile.in: Regenerate.
From-SVN: r68384
2003-06-23 20:34:26 +00:00
Hans-Peter Nilsson
fb87ad5d04
configure.in (noconfigdirs): Disable target-newlib and target-libgloss.
...
* configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
and target-libgloss.
<d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
<h8300*-*-*>: Disable libf2c and ${libgcj}.
* configure: Regenerate.
From-SVN: r68354
2003-06-23 00:42:54 +00:00
Benjamin Kosnik
a7956a48e5
configure.in: Update testsuite_flags to new location.
...
2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
* configure.in: Update testsuite_flags to new location.
* configure. Regenerate.
From-SVN: r68133
2003-06-18 01:55:13 +00:00
Nathanael Nerode
eaf9f3b2e9
Makefile.tpl: Remove BUILD_CC stuff.
...
(toplev)
* Makefile.tpl: Remove BUILD_CC stuff.
* Makefile.in: Regenerate.
(gcc)
* configure.in: Replace BUILD_CC references with CC_FOR_BUILD.
* configure: Regenerate.
* Makefile.in: Replace BUILD_CC references with CC_FOR_BUILD.
(gcc/f)
* Make-lang.in: Replace BUILD_CC references with CC_FOR_BUILD.
From-SVN: r68115
2003-06-17 21:53:49 +00:00
Kazu Hirata
2d89ffefd9
* MAINTAINERS (Write After Approval): Remove Andrew Haley.
...
From-SVN: r68075
2003-06-17 10:00:52 +00:00
Graeme Peterson
83415b0b13
* MAINTAINERS (Write After Approval): Add myself.
...
From-SVN: r68026
2003-06-16 18:04:10 +00:00
H.J. Lu
b951c91c76
config.guess: Update to 2003-06-12 version.
...
2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
* config.guess: Update to 2003-06-12 version.
* config.sub: Update to 2003-06-13 version.
From-SVN: r67942
2003-06-14 07:08:09 -07:00
H.J. Lu
0bb41a37f3
config.guess: Update to 2003-06-06 version.
...
2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
* config.guess: Update to 2003-06-06 version.
* config.sub: Update to 2003-06-06 version.
From-SVN: r67833
2003-06-12 07:38:22 -07:00
Rainer Orth
655b71665a
configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
...
* configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
* configure. Regenerate.
gcc:
* config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
DWARF 2 default.
* config/mips/dbxmdebug.h: New file.
* config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
gas and --with-stabs.
From-SVN: r67780
2003-06-11 16:19:18 +00:00
Nathanael Nerode
bf1d3e81e8
configure.in: Disable serial configure by default.
...
* configure.in: Disable serial configure by default.
* configure: Regenerate.
* Makefile.tpl: Abolish .NOTPARALLEL.
* Makefile.in: Regenerate.
From-SVN: r67747
2003-06-11 03:04:44 +00:00
Nathanael Nerode
e89fbdfe9f
Makefile.tpl: Replace {build,host,target}_canonical by {build,host,target}.
...
* Makefile.tpl: Replace {build,host,target}_canonical by
{build,host,target}.
* Makefile.in: Regenerate.
From-SVN: r67739
2003-06-10 22:24:39 +00:00
Nathanael Nerode
01b759aaf0
Makefile.tpl: Fix stupid pasto.
...
* Makefile.tpl: Fix stupid pasto.
* Makefile.in: Regenerate.
From-SVN: r67702
2003-06-10 13:36:27 +00:00
Nathanael Nerode
f7dae02687
Makefile.tpl: Remove bogus conditional.
...
* Makefile.tpl: Remove bogus conditional.
* Makefile.in: Regenerate.
From-SVN: r67693
2003-06-10 02:09:34 +00:00
Jan Hubicka
8f231b5d87
install.tex: Document profiledbootstrap.
...
* install.tex: Document profiledbootstrap.
* Makefile.tpl (profiledbootstrap): New target.
* Makefile.in (profiledbootstrap): New target.
* Makefile.in (clean, distclean): Kill new stages
(POSTSTAGE1_FLAGS_TO_PASS): Break from ...
(STAGE2_FLAGS_TO_PASS): ... this one.
(STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New.
(stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS.
(stageprofile_build, stageprofile_copy, stagefeedback_build,
stagefeedback_copy): New.
(restageprofile, restagefeedback, stageprofile-start,
stageprofile, stagefeedback-start): Likewise.
* Make-lang.in: Add support for stageprofile and stagefeedback
From-SVN: r67498
2003-06-05 16:36:12 +00:00
Wolfgang Bangerth
2ffc3e73b5
Fix ChangeLog date of my last entry.
...
From-SVN: r67490
2003-06-05 08:47:32 -06:00
Wolfgang Bangerth
9a22b893d7
Add Dara Hazeghi and Andrew Pinski to Bugzilla-only maintainers. Remove user names from other bug database only maintainers since bugzilla no longer has user names.
...
From-SVN: r67489
2003-06-05 08:44:47 -06:00
Nathanael Nerode
1358ccea48
Makefile.tpl: Make 'recursive targets' using autogen rather than shell loop.
...
* Makefile.tpl: Make 'recursive targets' using autogen rather
than shell loop. Remove duplicate 'clean' targets and false
comments.
* Makefile.def: Add systematic dependencies to 'recursive' targets.
Add systematic method of specifying missing targets in subdirs.
Add copyright boilerplate.
* Makefile.in: Regenerate.
* configure.in: Add 'recursive targets' to maybe list.
* configure: Regenerate.
From-SVN: r67402
2003-06-03 20:42:13 +00:00
Nathanael Nerode
ae74ed1fc5
* MAINTAINERS: "GNATS only" -> "Bug database only".
...
From-SVN: r67382
2003-06-03 16:48:03 +00:00
Nathanael Nerode
1a1e6b96a2
Makefile.tpl: Rename [+target+] to [+make_target+].
...
* Makefile.tpl: Rename [+target+] to [+make_target+].
* Makefile.def: Rename 'target' to 'make_target'.
From-SVN: r67380
2003-06-03 16:35:42 +00:00
Neil Booth
c79af3fafd
* MAINTAINERS: Add self as option-handling maintainer.
...
From-SVN: r67273
2003-05-31 15:03:02 +00:00
Michael Meissner
39d85b61e3
Remove myself as m32r/v850 maintainer
...
From-SVN: r67219
2003-05-29 00:22:36 +00:00
DJ Delorie
afc2b62dae
Makefile.tpl: Make maybe-check-gcc .PHONY.
...
* Makefile.tpl: Make maybe-check-gcc .PHONY.
* Makefile.in: Regenerate.
From-SVN: r67209
2003-05-28 15:15:38 -04:00
Maciej W. Rozycki
df44510411
configure.in: Use curly braces in the definition of tooldir.
...
* configure.in: Use curly braces in the definition of tooldir.
* configure: Regenerate.
From-SVN: r67078
2003-05-21 22:49:07 -04:00
DJ Delorie
2eb98e5d4e
Makefile.tpl (configure-target-libiberty): Depend only on gcc, not newlib or libgloss.
...
* Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
newlib or libgloss.
* Makefile.in: Regenerate.
From-SVN: r67077
2003-05-21 22:36:20 -04:00
DJ Delorie
862fced8b5
Makefile.tpl: Add missing empty maybe-check-gcc target.
...
* Makefile.tpl: Add missing empty maybe-check-gcc target.
* Makefile.in: Regenerate.
From-SVN: r67066
2003-05-21 17:10:32 -04:00
Ian Lance Taylor
fc351800ec
* MAINTAINERS: Update my e-mail address.
...
From-SVN: r67053
2003-05-21 01:15:30 +00:00
Nathanael Nerode
7e2dbcef01
configure.in: Switch more things to use maybe dependencies.
...
2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Switch more things to use maybe dependencies.
* Makefile.tpl: Switch more things to use maybe dependencies.
Factor out common code from autogen IF statements.
* configure: Regenerate.
* Makefile.in: Regenerate.
From-SVN: r66982
2003-05-20 01:04:20 +00:00
Kelley Cook
f2a0e225a2
configure.in: Accept i[3456789]86 for machine type.
...
* configure.in: Accept i[3456789]86 for machine type.
* configure: Regenerate.
From-SVN: r66969
2003-05-19 14:10:21 -04:00
Nathanael Nerode
8b87bb9624
<top level>
...
<top level>
* configure.in: Switch more things to use maybe dependencies.
Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
* configure: Regenerate.
* Makefile.tpl: Switch more things to use maybe dependencies.
* Makefile.in: Regenerate.
<config>
* config/acx.m4: Introduce _GCC_TOPLEV_NONCANONICAL_BUILD,
_GCC_TOPLEV_NONCANOICAL_HOST, _GCC_TOPLEV_NONCANONICAL_TARGET,
GCC_TOPLEV_SUBDIRS.
From-SVN: r66932
2003-05-18 15:43:44 +00:00
Andreas Jaeger
fdb882bcab
Fix date.
...
From-SVN: r66871
2003-05-16 20:09:31 +02:00
Andreas Schwab
c3969745d7
Makefile.tpl (install-opcodes): Define.
...
2003-05-15 Andreas Schwab <schwab@suse.de>
* Makefile.tpl (install-opcodes): Define.
* Makefile.in: Rebuild.
From-SVN: r66869
2003-05-16 20:07:39 +02:00
Andreas Jaeger
f7c5003268
config.guess: Update to 2003-05-09 version.
...
2003-05-13 Andreas Jaeger <aj@suse.de>
* config.guess: Update to 2003-05-09 version.
* config.sub: Update to 2003-05-09 version.
From-SVN: r66759
2003-05-13 14:08:22 +02:00
Corinna Vinschen
aa8f1f5793
configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin and $$s/newlib/libc/sys/cygwin32 include paths.
...
2003-05-12 Corinna Vinschen <corinna@vinschen.de>
* configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
and $$s/newlib/libc/sys/cygwin32 include paths.
* configure: Ditto.
From-SVN: r66754
2003-05-13 10:58:24 +02:00
Andreas Jaeger
f2181beda7
Fix date in last entry.
...
From-SVN: r66751
2003-05-13 08:33:28 +02:00
Michael Eager
243aa302a6
configure.in: Correct sed script so that options in quotes are not deleted.
...
2003-05-12 Michael Eager <eager@mvista.com>
* configure.in: Correct sed script so that options in quotes are not
deleted.
* configure: Rebuild.
From-SVN: r66750
2003-05-13 08:31:02 +02:00
Michael Meissner
0c130f8121
update email addresses
...
From-SVN: r66722
2003-05-12 15:38:17 +00:00
Eric Botcazou
aa1a100b29
config-ml.in: Propagate INSTALL variables.
...
2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
* config-ml.in: Propagate INSTALL variables.
From-SVN: r66534
2003-05-06 20:58:44 +00:00
Gerald Pfeifer
878618337c
* MAINTAINERS: Remove duplicate entries in Write After Approval.
...
From-SVN: r66451
2003-05-04 11:45:20 +00:00
Chris Demetriou
de7222559c
Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
...
2003-05-02 Chris Demetriou <cgd@broadcom.com>
* Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
* Makefile.in: Regenerate.
From-SVN: r66415
2003-05-02 18:29:54 -07:00
Wolfgang Bangerth
96c4a00231
MAINTAINERS (GNATS only): Add Falk Hueffner.
...
2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
* MAINTAINERS (GNATS only): Add Falk Hueffner.
From-SVN: r66390
2003-05-02 10:33:48 -06:00
Wolfgang Bangerth
55b15a115b
* MAINTAINERS (GNATS only): Add Giovanni Bajo.
...
From-SVN: r66294
2003-04-30 08:20:44 -06:00
Loren J. Rittle
48f2318c45
Fix date typo.
...
From-SVN: r66203
2003-04-29 03:54:23 +00:00
Daniel Jacobowitz
0c227849f6
Makefile.tpl: Clean $(BUILD_SUBDIR).
...
* Makefile.tpl: Clean $(BUILD_SUBDIR).
* Makefile.in: Regenerated.
From-SVN: r66145
2003-04-28 02:23:46 +00:00