]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
jvspec.c (jvgenmain_spec): Use `%umain', not just `%u'.
authorJeffrey A Law <law@cygnus.com>
Sat, 16 Oct 1999 21:18:28 +0000 (21:18 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 16 Oct 1999 21:18:28 +0000 (15:18 -0600)
        1999-10-14  Tom Tromey  <tromey@cygnus.com>
        * jvspec.c (jvgenmain_spec): Use `%umain', not just `%u'.

From-SVN: r30046

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

index c31058f1b5322a0eda4c849c6d901d38f113e453..e4c7823b0ba6c91fab28d80ba114edfc086bb473 100644 (file)
@@ -1,3 +1,8 @@
+Sat Oct 16 15:18:42 1999  Jeffrey A Law  (law@cygnus.com)
+
+       1999-10-14  Tom Tromey  <tromey@cygnus.com>
+       * jvspec.c (jvgenmain_spec): Use `%umain', not just `%u'.
+
 Mon Aug 16 01:29:24 PDT 1999 Jeff Law  (law@cygnus.com)
 
        * gcc-2.95.1 Released.
index eba801cb32a6afc824e460e4fbe1924f745ff518..61cd89b0d97ddba6c1945849029883074d631ddd 100644 (file)
@@ -54,15 +54,15 @@ int lang_specific_extra_outfiles = 0;
 #define COMBINE_INPUTS 0
 
 char jvgenmain_spec[] =
-  "jvgenmain %i %{!pipe:%u.i} |\n\
-   cc1 %{!pipe:%U.i} %1 \
+  "jvgenmain %i %{!pipe:%umain.i} |\n\
+   cc1 %{!pipe:%Umain.i} %1 \
                   %{!Q:-quiet} -dumpbase %b.c %{d*} %{m*} %{a*}\
                   %{g*} %{O*} \
                   %{v:-version} %{pg:-p} %{p} %{f*}\
                   %{aux-info*}\
                   %{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
-                  %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%U.s}} |\n\
-              %{!S:as %a %Y -o %d%w%u%O %{!pipe:%U.s} %A\n }";
+                  %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%Umain.s}} |\n\
+              %{!S:as %a %Y -o %d%w%umain%O %{!pipe:%Umain.s} %A\n }";
 
 /* Return full path name of spec file if it is in DIR, or NULL if
    not.  */