* jvspec.c (jvgenmain_spec): Omit -fencoding from cc1 invocation.
authorTom Tromey <tromey@redhat.com>
Wed, 10 Jan 2001 19:13:10 +0000 (19:13 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 10 Jan 2001 19:13:10 +0000 (19:13 +0000)
From-SVN: r38874

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

index f7bae10a4c0ab89d69a78b6081fb951e09df9329..1688aa616ac639c998673ae9bffe4e8b6ca1efdf 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 730337a4fe9d18bac55d4362f9babc223bf7c201..6f2c79cd42b65bf3a327887d47ac02c75067b830 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}\