Skip to content

Commit 2b8454d

Browse files
committed
---
yaml --- r: 6138 b: refs/heads/master c: af1ce1f h: refs/heads/master v: v3
1 parent 878c3e4 commit 2b8454d

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 7c3616057dec62524e16fbb85a8fc12138b4d4e7
2+
refs/heads/master: af1ce1f3ded07833d8c5d5d455285fa4a5c800d3

trunk/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)