summaryrefslogtreecommitdiff
path: root/data/gdb
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2011-05-20 08:16:04 +0000
committerJay Freeman <saurik@saurik.com>2011-05-20 08:16:04 +0000
commit0e92663281aa7018c69333077f0d9f30838c4e88 (patch)
tree6a9972493034564d62d7a9d03069c50fee8831f0 /data/gdb
parentaeea1d0a31d6d9df6e1dae1bdfb555c1ffdfbd80 (diff)
Compile gdb with default non-Telesphoreo settings.
git-svn-id: http://svn.telesphoreo.org/trunk@752 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/gdb')
-rw-r--r--data/gdb/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/gdb/make.sh b/data/gdb/make.sh
index f72ed7297..022713a68 100644
--- a/data/gdb/make.sh
+++ b/data/gdb/make.sh
@@ -7,7 +7,7 @@ cd ..
mkdir build
cd build
PKG_CONF=$(echo ../!(build)/src/configure) pkg:configure
-pkg:make
+make
# XXX: do I really need DSTROOT?
pkg:install DSTROOT="${PKG_DEST}"
for bin in ar nm ranlib size strings strip; do