Revert "Allow multiple definition in ld_so to avoid linking issues"

This reverts commit b4c738eb62.
This commit is contained in:
Jeremy Soller
2019-07-01 16:52:19 -06:00
parent b4c738eb62
commit 208b56b487
+1 -1
View File
@@ -158,7 +158,7 @@ $(BUILD)/release/ld_so.o: $(SRC)
touch $@
$(BUILD)/release/ld_so: $(BUILD)/release/ld_so.o $(BUILD)/release/crti.o $(BUILD)/release/libc.a $(BUILD)/release/crtn.o
$(LD) --allow-multiple-definition --gc-sections $^ -o $@
$(LD) --gc-sections $^ -o $@
# Other targets