diff --git a/Makefile b/Makefile
index 55de586500038e4fbea36ba1fb13425a39bf5203..0f07367cac5def657379bae6db712b520e5b3e64 100644
--- a/Makefile
+++ b/Makefile
@@ -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) --gc-sections $^ -o $@
+	$(LD) --allow-multiple-definition --gc-sections $^ -o $@
 
 # Other targets