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