Skip to content
Snippets Groups Projects
Verified Commit 208b56b4 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

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

This reverts commit b4c738eb.
parent b4c738eb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment