* libgcj.spec.in: Use `jc1' spec, not `cc1' spec.
authorTom Tromey <tromey@cygnus.com>
Wed, 22 Sep 1999 20:44:41 +0000 (20:44 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 22 Sep 1999 20:44:41 +0000 (20:44 +0000)
From-SVN: r29602

libjava/ChangeLog
libjava/libgcj.spec.in

index 703d194..133fbf3 100644 (file)
@@ -1,4 +1,9 @@
+1999-09-22  Tom Tromey  <tromey@cygnus.com>
+
+       * libgcj.spec.in: Use `jc1' spec, not `cc1' spec.
+
 1999-09-16  Bryce McKinlay  <bryce@albatross.co.nz>
+
        * java/text/MessageFormat.java (MessageFormat(String)): Set the
        default locale.
        * java/text/NumberFormat.java: Check that object is a Number. If
index a46acef..24a23ad 100644 (file)
@@ -6,5 +6,4 @@
 %rename lib liborig
 *lib: -lgcj -lm @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(liborig)
 
-%rename cc1 cc1orig
-*cc1:  @DIVIDESPEC@ %(cc1orig)
+*jc1:  @DIVIDESPEC@