* jvspec.c (jvgenmain_spec): Omit -fencoding from cc1 invocation.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jan 2001 19:13:10 +0000 (19:13 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jan 2001 19:13:10 +0000 (19:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38874 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/java/ChangeLog
gcc/java/jvspec.c

index f7bae10..1688aa6 100644 (file)
@@ -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.
index 730337a..6f2c79c 100644 (file)
@@ -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}\