configure.in (alpha*-dec-osf*): Enable libgcj.
* configure.in (alpha*-dec-osf*): Enable libgcj. gcc: * doc/install.texi (alpha*-dec-osf*): Don't need --enable-libgcj any more. From-SVN: r51483
This commit is contained in:
parent
d337d653ca
commit
18b467f142
4 changed files with 12 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* configure.in (alpha*-dec-osf*): Enable libgcj.
|
||||
|
||||
2003-03-27 Matthew Gingell <gingell@gnat.com>
|
||||
|
||||
* MAINTAINERS (Write After Approval): Add myself.
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
## for 'Autoconf' (autoconf.texi) and 'Configure' (configure.texi).
|
||||
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
|
||||
# 1999, 2000 Free Software Foundation, Inc.
|
||||
# 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
|
@ -641,7 +641,7 @@ case "${target}" in
|
|||
# ld works, but does not support shared libraries. emacs doesn't
|
||||
# work. newlib is not 64 bit ready. I'm not sure about fileutils.
|
||||
# gas doesn't generate exception information.
|
||||
noconfigdirs="$noconfigdirs gas ld emacs fileutils target-newlib target-libgloss ${libgcj}"
|
||||
noconfigdirs="$noconfigdirs gas ld emacs fileutils target-newlib target-libgloss"
|
||||
;;
|
||||
alpha*-*-*vms*)
|
||||
noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* doc/install.texi (alpha*-dec-osf*): Don't need --enable-libgcj
|
||||
any more.
|
||||
|
||||
Wed Mar 27 23:19:30 CET 2002 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* i960.md (ret): Set PC.
|
||||
|
|
|
@ -1788,9 +1788,7 @@ are supported on Tru64 UNIX, so you must not configure GCC with
|
|||
@option{--with-gnu-as} or @option{--with-gnu-ld}.
|
||||
|
||||
The @option{--enable-threads} options isn't supported yet. A patch is
|
||||
in preparation for a future release. The Java runtime library has been
|
||||
reported to work on Tru64 UNIX V4.0F, V5.0, and V5.1, so you may try
|
||||
@option{--enable-libgcj} and report your results.
|
||||
in preparation for a future release.
|
||||
|
||||
GCC writes a @samp{.verstamp} directive to the assembler output file
|
||||
unless it is built as a cross-compiler. It gets the version to use from
|
||||
|
|
Loading…
Add table
Reference in a new issue