summaryrefslogtreecommitdiffstats
path: root/builder/patches/qemu-xmount/01-fix_ld_pie_relocateable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'builder/patches/qemu-xmount/01-fix_ld_pie_relocateable.patch')
-rw-r--r--builder/patches/qemu-xmount/01-fix_ld_pie_relocateable.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/builder/patches/qemu-xmount/01-fix_ld_pie_relocateable.patch b/builder/patches/qemu-xmount/01-fix_ld_pie_relocateable.patch
deleted file mode 100644
index c85a8f55..00000000
--- a/builder/patches/qemu-xmount/01-fix_ld_pie_relocateable.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/rules.mak b/rules.mak
-index 4551b9ea70..019d6c7691 100644
---- a/rules.mak
-+++ b/rules.mak
-@@ -111,7 +111,7 @@ module-common.o: CFLAGS += $(DSO_OBJ_CFLAGS)
- $(if $(findstring /,$@),$(call quiet-command,cp $@ $(subst /,-,$@), " CP $(subst /,-,$@)"))
-
-
--LD_REL := $(CC) -nostdlib -Wl,-r
-+LD_REL := $(CC) -nostdlib -r
-
- %.mo:
- $(call quiet-command,$(LD_REL) -o $@ $^," LD -r $(TARGET_DIR)$@")
-