summaryrefslogtreecommitdiff
path: root/recipes/x-load/x-load-git
diff options
context:
space:
mode:
authorMichael Lippautz <michael.lippautz@gmail.com>2010-09-03 04:14:45 +0000
committerMichael Lippautz <michael.lippautz@gmail.com>2010-09-22 15:05:36 +0200
commit7dda7044c78b83447aa6b3ff2fd1a00d9f9425bc (patch)
tree8fcdd33012c6b302293d1bf3dd05002bc12547bb /recipes/x-load/x-load-git
parent48031c31dd0f2eb1304575708777e82a1ddf595b (diff)
x-load/igep0020.conf: Unbreak x-load for igep0020 machine.
* x-load is needed since e2b9225af36b2979b255634f79ceecea482601a7 Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com> Acked-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'recipes/x-load/x-load-git')
-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
+