diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-08-24 19:45:47 +0000 | 
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-08-24 19:45:47 +0000 | 
| commit | 6e6e04c3e5d331e944463e9fa8b107bfa948f49e (patch) | |
| tree | 876c073591794d041b673da25d8c6636947ac452 | |
| parent | e16425c389e27373fd7b3acaaf0b5cdde1cb9917 (diff) | |
| download | buildroot-novena-6e6e04c3e5d331e944463e9fa8b107bfa948f49e.tar.gz buildroot-novena-6e6e04c3e5d331e944463e9fa8b107bfa948f49e.zip | |
- adjust to current snapshot
| -rw-r--r-- | toolchain/gdb/snapshot/680-debian_sim-destdir.patch | 18 | 
1 files changed, 3 insertions, 15 deletions
| diff --git a/toolchain/gdb/snapshot/680-debian_sim-destdir.patch b/toolchain/gdb/snapshot/680-debian_sim-destdir.patch index 0c105785f..1663f5505 100644 --- a/toolchain/gdb/snapshot/680-debian_sim-destdir.patch +++ b/toolchain/gdb/snapshot/680-debian_sim-destdir.patch @@ -9,18 +9,6 @@ diff -ur gdb-6.3.50.20050915/sim/Makefile.in gdb-6.3.50.20050915-patched/sim/Mak   	"CC_FOR_BUILD=$(CC_FOR_BUILD)" \   	"CFLAGS=$(CFLAGS)" \  +	"DESTDIR=$(DESTDIR)" \ - 	"RANLIB=$(RANLIB)" \ - 	"MAKEINFO=$(MAKEINFO)" \ - 	"INSTALL=$(INSTALL)" \ -diff -ur gdb-6.3.50.20050915/sim/erc32/Makefile.in gdb-6.3.50.20050915-patched/sim/erc32/Makefile.in ---- gdb-6.3.50.20050915/sim/erc32/Makefile.in	2000-03-07 09:32:49.000000000 -0600 -+++ gdb-6.3.50.20050915-patched/sim/erc32/Makefile.in	2005-09-15 23:18:22.000000000 -0500 -@@ -53,7 +53,7 @@ - # Copy the files into directories where they will be run. - install-sis: installdirs - 	n=`echo sis | sed '$(program_transform_name)'`; \ --	$(INSTALL_PROGRAM) sis$(EXEEXT) $(bindir)/$$n$(EXEEXT) -+	$(INSTALL_PROGRAM) sis$(EXEEXT) $(DESTDIR)$(bindir)/$$n$(EXEEXT) -  - clean-sis: - 	rm -f sis end end.h + 	"CHILLFLAGS=$(CHILLFLAGS)" \ + 	"CHILL=$(CHILL_FOR_TARGET)" \ + 	"CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \ | 
