diff options
author | Jay Freeman <saurik@saurik.com> | 2011-01-26 22:26:07 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2011-01-26 22:26:07 +0000 |
commit | 365b37bb18e40acb014cd7ad45fcafc528e2e10a (patch) | |
tree | e9cc055090a277367ef598a30604f187dd2fc50c /data/gdb/strip.diff | |
parent | 1a61365894b3d3ba62ceb2235ac2762637519bb9 (diff) |
Checkpoint this crazy mess of gdb.
git-svn-id: http://svn.telesphoreo.org/trunk@740 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/gdb/strip.diff')
-rw-r--r-- | data/gdb/strip.diff | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/data/gdb/strip.diff b/data/gdb/strip.diff index 365f0f326..dfabb9850 100644 --- a/data/gdb/strip.diff +++ b/data/gdb/strip.diff @@ -43,14 +43,6 @@ diff -ru gdb-1119/Makefile gdb-1119+iPhone/Makefile cp $(DSTROOT)/$(LIBEXEC_GDB_DIR)/gdb-$${target} \ $(SYMROOT)/$(LIBEXEC_GDB_DIR)/gdb-$${target}; \ if echo $${target} | egrep '^[^-]*-apple-darwin' > /dev/null; then \ -@@ -722,7 +722,6 @@ - set -e; for dstroot in $(SYMROOT) $(DSTROOT); do \ - $(INSTALL) -c -m 755 $(OBJROOT)/$(ARM_TARGET)--$(ARM_TARGET)/gdb/gdbserver/gdbserver $${dstroot}/usr/bin/gdbserver; \ - done -- strip -S $(DSTROOT)/usr/bin/gdbserver - - install-binutils-macosx: - @@ -730,7 +729,7 @@ instname=`echo $${i} | sed -e 's/\\-new//'`; \ lipo -create $(patsubst %,$(OBJROOT)/%/binutils/$${i},$(NATIVE_TARGETS)) \ |