We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878c3e4 commit 2b8454dCopy full SHA for 2b8454d
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 7c3616057dec62524e16fbb85a8fc12138b4d4e7
+refs/heads/master: af1ce1f3ded07833d8c5d5d455285fa4a5c800d3
trunk/mk/target.mk
@@ -22,13 +22,6 @@ $$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB): \
22
@$$(call E, compile_and_link: $$@)
23
$$(STAGE$(1)_$(2)) --lib -o $$@ $$<
24
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
-
32
$$(TARGET_LIB$(1)$(2))/libstd.rlib: \
33
$$(STDLIB_CRATE) $$(STDLIB_INPUTS) \
34
$$(TARGET_SREQ$(1)$(2))
0 commit comments