Commit d7160de9 by Jeff Holcomb Committed by Jeff Law

Makefile.in (ggc-none.o): Provide host specific version if needed.

        * Makefile.in (ggc-none.o): Provide host specific version if
        needed.

From-SVN: r30564
parent e7a59e04
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
......
......@@ -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
#
# Remake internationalization support.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment