diff options
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/config-lang.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/java/config-lang.in b/gcc/java/config-lang.in index e7c858a..df4d337 100644 --- a/gcc/java/config-lang.in +++ b/gcc/java/config-lang.in @@ -1,6 +1,6 @@ # Top level configure fragment for the GNU compiler for the Java(TM) # language. -# Copyright (C) 1994, 1995 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995, 2000 Free Software Foundation, Inc. #This file is part of GNU CC. @@ -36,3 +36,5 @@ language="java" compilers="jc1\$(exeext) jvgenmain\$(exeext)" stagestuff="jc1\$(exeext) gcj\$(exeext) jvgenmain\$(exeext) gcjh\$(exeext) jv-scan\$(exeext) jcf-dump\$(exeext)" + +target_libs=${libgcj} |