Remove an old, temporary build rule

This commit is contained in:
Brian Anderson 2011-11-03 12:22:41 -07:00
parent 7c3616057d
commit af1ce1f3de

View file

@ -22,13 +22,6 @@ $$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB): \
@$$(call E, compile_and_link: $$@)
$$(STAGE$(1)_$(2)) --lib -o $$@ $$<
ifeq ($(1), 0)
# FIXME: temporary
$$(TARGET_LIB$(1)$(2))/$$(CFG_OLDSTDLIB): $$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB)
@$$(call E, cp: $$@)
$$(Q)cp $$< $$@
endif
$$(TARGET_LIB$(1)$(2))/libstd.rlib: \
$$(STDLIB_CRATE) $$(STDLIB_INPUTS) \
$$(TARGET_SREQ$(1)$(2))