Преглед изворни кода

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

This reverts commit b4c738eb62290fb8f8b931a1ca991b8bf0809f86.
Jeremy Soller пре 5 година
родитељ
комит
208b56b487
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -158,7 +158,7 @@ $(BUILD)/release/ld_so.o: $(SRC)
 	touch $@
 	touch $@
 
 
 $(BUILD)/release/ld_so: $(BUILD)/release/ld_so.o $(BUILD)/release/crti.o $(BUILD)/release/libc.a $(BUILD)/release/crtn.o
 $(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
 # Other targets