Skip to content

Commit af1ce1f

Browse files
committed
Remove an old, temporary build rule
1 parent 7c36160 commit af1ce1f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

mk/target.mk

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ $$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB): \
2222
@$$(call E, compile_and_link: $$@)
2323
$$(STAGE$(1)_$(2)) --lib -o $$@ $$<
2424

25-
ifeq ($(1), 0)
26-
# FIXME: temporary
27-
$$(TARGET_LIB$(1)$(2))/$$(CFG_OLDSTDLIB): $$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB)
28-
@$$(call E, cp: $$@)
29-
$$(Q)cp $$< $$@
30-
endif
31-
3225
$$(TARGET_LIB$(1)$(2))/libstd.rlib: \
3326
$$(STDLIB_CRATE) $$(STDLIB_INPUTS) \
3427
$$(TARGET_SREQ$(1)$(2))

0 commit comments

Comments
 (0)