* jvspec.c (jvgenmain_spec): Omit -fencoding from cc1 invocation.
From-SVN: r38874
This commit is contained in:
parent
87c61e2d0d
commit
0adc3d8a92
@ -1,3 +1,7 @@
|
||||
2001-01-10 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* jvspec.c (jvgenmain_spec): Omit -fencoding from cc1 invocation.
|
||||
|
||||
2001-01-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
|
||||
|
||||
* java-tree.h (lang_printable_name_wls): New prototype.
|
||||
|
@ -57,7 +57,7 @@ const char jvgenmain_spec[] =
|
||||
%{v:-version} %{pg:-p} %{p}\
|
||||
%{<fbounds-check} %{<fno-bounds-check}\
|
||||
%{<fassume-compiled} %{<fno-assume-compiled}\
|
||||
%{<femit-class-file} %{<femit-class-files}\
|
||||
%{<femit-class-file} %{<femit-class-files} %{<fencoding*}\
|
||||
%{<fuse-boehm-gc} %{<fhash-synchronization} %{<fjni}\
|
||||
%{<fclasspath*} %{<fCLASSPATH*} %{<foutput-class-dir}\
|
||||
%{<fuse-divide-subroutine} %{<fno-use-divide-subroutine}\
|
||||
|
Loading…
Reference in New Issue
Block a user