aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2002-03-27 22:52:00 +0000
committerRainer Orth <ro@gcc.gnu.org>2002-03-27 22:52:00 +0000
commit18b467f1428cfb870df7f3ff4f97aa970dc9105c (patch)
tree84371c24bf118065a466e647f5c0cacda4b56e34 /configure.in
parentd337d653ca302134c4e668cdcce30e7518163957 (diff)
downloadgcc-18b467f1428cfb870df7f3ff4f97aa970dc9105c.zip
gcc-18b467f1428cfb870df7f3ff4f97aa970dc9105c.tar.gz
gcc-18b467f1428cfb870df7f3ff4f97aa970dc9105c.tar.bz2
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index e4380a5..1de55a1 100644
--- a/configure.in
+++ b/configure.in
@@ -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}"