Commit 0adc3d8a by Tom Tromey Committed by Tom Tromey

* jvspec.c (jvgenmain_spec): Omit -fencoding from cc1 invocation.

From-SVN: r38874
parent 87c61e2d
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> 2001-01-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
* java-tree.h (lang_printable_name_wls): New prototype. * java-tree.h (lang_printable_name_wls): New prototype.
......
...@@ -57,7 +57,7 @@ const char jvgenmain_spec[] = ...@@ -57,7 +57,7 @@ const char jvgenmain_spec[] =
%{v:-version} %{pg:-p} %{p}\ %{v:-version} %{pg:-p} %{p}\
%{<fbounds-check} %{<fno-bounds-check}\ %{<fbounds-check} %{<fno-bounds-check}\
%{<fassume-compiled} %{<fno-assume-compiled}\ %{<fassume-compiled} %{<fno-assume-compiled}\
%{<femit-class-file} %{<femit-class-files}\ %{<femit-class-file} %{<femit-class-files} %{<fencoding*}\
%{<fuse-boehm-gc} %{<fhash-synchronization} %{<fjni}\ %{<fuse-boehm-gc} %{<fhash-synchronization} %{<fjni}\
%{<fclasspath*} %{<fCLASSPATH*} %{<foutput-class-dir}\ %{<fclasspath*} %{<fCLASSPATH*} %{<foutput-class-dir}\
%{<fuse-divide-subroutine} %{<fno-use-divide-subroutine}\ %{<fuse-divide-subroutine} %{<fno-use-divide-subroutine}\
......
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