]> gcc.gnu.org Git - gcc.git/commitdiff
* lang-specs.h: `.zip' files are input to jc1.
authorTom Tromey <tromey@cygnus.com>
Fri, 23 Oct 1998 08:54:10 +0000 (08:54 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 23 Oct 1998 08:54:10 +0000 (08:54 +0000)
From-SVN: r23247

gcc/java/ChangeLog
gcc/java/lang-specs.h

index 1ca94e8bd60b81adcab3f38881c57feafa0fdd1a..490df531723f53d72ea84aaed9015a385b52e9c1 100644 (file)
@@ -1,3 +1,7 @@
+1998-10-23  Tom Tromey  <tromey@cygnus.com>
+
+       * lang-specs.h: `.zip' files are input to jc1.
+
 Thu Oct 22 23:01:54 1998  Per Bothner  <bothner@cygnus.com>
 
        * jvspecs.c:  Add (but don't enable) support for combining multiple
index 726f313e8b4e0556d30a9abd5bc0efb5beaba95a..456dc2b5b7eb71ca962cb0df4b85f333b5221125 100644 (file)
@@ -26,6 +26,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc.  */
 
   {".java",   {"@java"} },
   {".class",  {"@java"} },
+  {".zip",    {"@java"} },
   {"@java",
    {"%{!E:jc1 %i %1 %{!Q:-quiet} %{d*} %{m*} %{a}\
                    %{g*} %{O*} %{W*} %{w} %{pedantic*} %{ansi}\
This page took 0.081708 seconds and 5 git commands to generate.