OSDN Git Service

* Makefile.in (ggc-none.o): Provide host specific version if
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Nov 1999 03:52:39 +0000 (03:52 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Nov 1999 03:52:39 +0000 (03:52 +0000)
        needed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30564 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 1694b72..d3668ce 100644 (file)
@@ -1,3 +1,8 @@
+Wed Nov 17 20:42:43 1999  Jeff Holcomb  <jeffh@cygnus.com>
+
+       * Makefile.in (ggc-none.o): Provide host specific version if
+       needed.
+
 Wed Nov 17 16:51:23 1999  Richard Henderson  <rth@cygnus.com>
 
        * cse.c (delete_trivially_dead_insns): Identify no-op insns
index cd139fa..0445bed 100644 (file)
@@ -1929,6 +1929,11 @@ $(HOST_PREFIX_1)errors.o: errors.c
 $(HOST_PREFIX_1):
        touch $(HOST_PREFIX_1)
 
+$(HOST_PREFIX_1)ggc-none.o: ggc-none.c
+       rm -f $(HOST_PREFIX)ggc-none.c
+       sed -e 's/config[.]h/hconfig.h/' $(srcdir)/ggc-none.c > $(HOST_PREFIX)ggc-none.c
+       $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(HOST_PREFIX)ggc-none.c
+
 
 #\f
 # Remake internationalization support.