aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/x-load/x-load-git/igep0020/remove-final-ldflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/x-load/x-load-git/igep0020/remove-final-ldflags.patch')
-rw-r--r--recipes/x-load/x-load-git/igep0020/remove-final-ldflags.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/x-load/x-load-git/igep0020/remove-final-ldflags.patch b/recipes/x-load/x-load-git/igep0020/remove-final-ldflags.patch
new file mode 100644
index 0000000000..c5ac09b8e7
--- /dev/null
+++ b/recipes/x-load/x-load-git/igep0020/remove-final-ldflags.patch
@@ -0,0 +1,11 @@
+--- a/Makefile 2010-09-03 09:59:12.000000000 +0200
++++ b/Makefile 2010-09-03 10:43:46.650000018 +0200
+@@ -90,7 +90,7 @@
+
+ x-load: $(OBJS) $(LIBS) $(LDSCRIPT)
+ UNDEF_SYM=`$(OBJDUMP) -x $(LIBS) |sed -n -e 's/.*\(__u_boot_cmd_.*\)/-u\1/p'|sort|uniq`;\
+- $(LD) $(LDFLAGS) $$UNDEF_SYM $(OBJS) \
++ $(LD) $$UNDEF_SYM $(OBJS) \
+ --start-group $(LIBS) --end-group $(PLATFORM_LIBS) \
+ -Map x-load.map -o x-load
+