Skip to content
Snippets Groups Projects
Commit 6d9f0d56 authored by tromey's avatar tromey
Browse files

* jvspec.c (jvgenmain_spec): Remove -ffilelist-file from cc1

	invocation.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44000 138bc75d-0d04-0410-961f-82ee72b054a4
parent cb52522f
No related branches found
No related tags found
No related merge requests found
2001-07-13 Tom Tromey <tromey@redhat.com>
* jvspec.c (jvgenmain_spec): Remove -ffilelist-file from cc1
invocation.
2001-07-12 Alexandre Petit-Bianco <apbianco@redhat.com> 2001-07-12 Alexandre Petit-Bianco <apbianco@redhat.com>
* parse.y (patch_method_invocation): Don't override primary if one * parse.y (patch_method_invocation): Don't override primary if one
......
...@@ -64,6 +64,7 @@ const char jvgenmain_spec[] = ...@@ -64,6 +64,7 @@ const char jvgenmain_spec[] =
%{<fclasspath*} %{<fCLASSPATH*} %{<foutput-class-dir}\ %{<fclasspath*} %{<fCLASSPATH*} %{<foutput-class-dir}\
%{<fuse-divide-subroutine} %{<fno-use-divide-subroutine}\ %{<fuse-divide-subroutine} %{<fno-use-divide-subroutine}\
%{<fcheck-references} %{<fno-check-references}\ %{<fcheck-references} %{<fno-check-references}\
%{<ffilelist-file}\
%{f*} -fdollars-in-identifiers\ %{f*} -fdollars-in-identifiers\
%{aux-info*}\ %{aux-info*}\
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\ %{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment