]> gcc.gnu.org Git - gcc.git/commitdiff
* 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 703d19495e5506c1a2b1817ad638bb3f5714c5e4..133fbf323f63663a0f8e714b9987dfb3d7a06aeb 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 a46acefed10737f2f6b83d621762b6671d916cd8..24a23adcf409bd5692319a83b038c260e847db06 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@
This page took 0.063935 seconds and 5 git commands to generate.