]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to the compiler when building...
authorJeffrey A Law <law@cygnus.com>
Tue, 21 Sep 1999 13:48:59 +0000 (13:48 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 21 Sep 1999 13:48:59 +0000 (07:48 -0600)
        * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
        the compiler when building C code.

From-SVN: r29543

libobjc/ChangeLog
libobjc/Makefile.in

index 85f90b04e73fdede4261500359ff2f6be1fcbff8..b292188c690ea620c545403dcb96d1d295af97b3 100644 (file)
@@ -1,3 +1,8 @@
+Tue Sep 21 07:47:10 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
+       the compiler when building C code.
+       
 Fri Aug  6 23:32:29 1999  Daniel Jacobowitz <drow@drow.them.org>
 
        * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
index 14d70c1e21c226d0d77228361b58c56b766a7323..ca846c7d7939192a711e193a4175c04ad2b49947 100644 (file)
@@ -147,10 +147,10 @@ encoding_gc.o:    encoding.c
                $(CC) -c -o $@ $(ALL_CFLAGS) $(OBJC_GCFLAGS) $(INCLUDES) $<
 
 gc.o:          gc.c
-               $(CC) -fgnu-runtime -c -o $@ $(ALL_CFLAGS) $(INCLUDES) $<
+               $(CC) -c -o $@ $(ALL_CFLAGS) $(INCLUDES) $<
 
 gc_gc.o:       gc.c
-               $(CC) -fgnu-runtime -c -o $@ $(ALL_CFLAGS) $(OBJC_GCFLAGS) \
+               $(CC) -c -o $@ $(ALL_CFLAGS) $(OBJC_GCFLAGS) \
                        $(INCLUDES) $<
 
 hash_gc.o:     hash.c
This page took 0.063302 seconds and 5 git commands to generate.