Commit 0cffaca3 by Tom Tromey Committed by Tom Tromey

jvspec.c (lang_specific_driver): Don't read spec file if -fsyntax-only given.

	* jvspec.c (lang_specific_driver): Don't read spec file if
	-fsyntax-only given.

From-SVN: r29630
parent dbe519e0
1999-09-23 Tom Tromey <tromey@cygnus.com>
* jvspec.c (lang_specific_driver): Don't read spec file if
-fsyntax-only given.
1999-09-22 Tom Tromey <tromey@cygnus.com>
* lang-specs.h: Added `%(jc1)' to the jc1 spec.
......
......@@ -287,6 +287,7 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries)
else if (strcmp (argv[i], "-fsyntax-only") == 0
|| strcmp (argv[i], "--syntax-only") == 0)
{
want_spec_file = 0;
library = 0;
will_link = 0;
continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment