summaryrefslogtreecommitdiff
path: root/gcc/java/jvspec.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-09-12 18:54:36 +0000
committerTom Tromey <tromey@gcc.gnu.org>2006-09-12 18:54:36 +0000
commited08fcf6fc001390cb827e8cf45d5b1e7d93847a (patch)
treecce82b3f922adc0a32e18a83c16f6d4887598c8d /gcc/java/jvspec.c
parentf01194138c6c3600edaa7356d36d3a3df4363547 (diff)
downloadgcc-ed08fcf6fc001390cb827e8cf45d5b1e7d93847a.tar.gz
jvspec.c (lang_specific_driver): Read spec file even if -fsyntax-only.
* jvspec.c (lang_specific_driver): Read spec file even if -fsyntax-only. From-SVN: r116901
Diffstat (limited to 'gcc/java/jvspec.c')
-rw-r--r--gcc/java/jvspec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/java/jvspec.c b/gcc/java/jvspec.c
index f64d438807c..275dda7c92c 100644
--- a/gcc/java/jvspec.c
+++ b/gcc/java/jvspec.c
@@ -1,6 +1,6 @@
/* Specific flags and argument handling of the front-end of the
GNU compiler for the Java(TM) language.
- Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation, Inc.
This file is part of GCC.
@@ -358,7 +358,6 @@ lang_specific_driver (int *in_argc, const char *const **in_argv,
else if (strcmp (argv[i], "-fsyntax-only") == 0
|| strcmp (argv[i], "--syntax-only") == 0)
{
- want_spec_file = 0;
library = 0;
will_link = 0;
continue;