summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-27 17:45:19 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-27 19:23:20 +0200
commit8ae2b54ee70891ddb720bf00f8913c3716c1f67f (patch)
tree2f7acae8c517733957f27c87dec8827fb5ca37b5 /Makerules
parentf9d8ce5ae0ed1e1a639ddc9b2b64726eab569c66 (diff)
remove DOMULTI support
A single test with targeting ARM showed that this feature seems bit rotted. Remove DOMULTI and simplify Makefiles.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makerules b/Makerules
index d8cbfe435..d35e40d38 100644
--- a/Makerules
+++ b/Makerules
@@ -365,18 +365,6 @@ define link-flat.so
$(top_builddir)/lib/crtn.o
endef
-define linkm.so
- $(Q)$(RM) $@ $@.$(2) $(dir $@)$(1)
- $(do_strip)
- @$(disp_ld)
- $(Q)$(CC) $(LDFLAGS-$(notdir $@)) -Wl,-soname=$(notdir $@).$(2) \
- $(CFLAG_-nostdlib) -o $(dir $@)$(1) $(START_FILE-$(notdir $@)) \
- $^ \
- $(LIBS-$(notdir $@)) $(LIBGCC) $(END_FILE-$(notdir $@))
- $(Q)$(LN) -sf $(1) $@.$(2)
- $(Q)$(LN) -sf $(1) $@
-endef
-
CFLAGS-.os+=$(PICFLAG)
CFLAGS-.oS+=$(PICFLAG) -DSHARED