diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-12-11 14:58:36 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-12-11 14:58:36 +0000 |
commit | e59be84f1e7dc42189f2cf51dbf92f5658ae9b9d (patch) | |
tree | 0038820ec2077896def81765f94afb8128dacd51 /packages/uboot/u-boot-1.1.4/u-boot-make381-fix.patch | |
parent | 0cd1e202e170f7c6f61329427122e51263cf2ca9 (diff) | |
parent | c2decd3cc2126b77d7194e2fe6fa5f0f97df14f1 (diff) |
merge of '7168bc90d12251e04fc9d38ea7a8082b002fff93'
and 'e97ced3dc091a93df4e70b2feabd08d3d70bafbc'
Diffstat (limited to 'packages/uboot/u-boot-1.1.4/u-boot-make381-fix.patch')
-rw-r--r-- | packages/uboot/u-boot-1.1.4/u-boot-make381-fix.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/uboot/u-boot-1.1.4/u-boot-make381-fix.patch b/packages/uboot/u-boot-1.1.4/u-boot-make381-fix.patch new file mode 100644 index 0000000000..89555ac027 --- /dev/null +++ b/packages/uboot/u-boot-1.1.4/u-boot-make381-fix.patch @@ -0,0 +1,15 @@ +--- /examples/orig-Makefile 2005-12-16 18:39:27.000000000 +0200 ++++ /examples/Makefile 2006-12-02 14:58:59.000000000 +0200 +@@ -123,10 +123,10 @@ + $(LD) -g $(EX_LDFLAGS) -Ttext $(LOAD_ADDR) \ + -o $@ -e $(<:.o=) $< $(LIB) \ + -L$(gcclibdir) -lgcc +-%.srec: % ++%.srec: %.o + $(OBJCOPY) -O srec $< $@ 2>/dev/null + +-%.bin: % ++%.bin: %.o + $(OBJCOPY) -O binary $< $@ 2>/dev/null + + ######################################################################### |