summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Novoa III2004-02-11 07:44:47 +0100
committerManuel Novoa III2004-02-11 07:44:47 +0100
commit5f7a6e37e78906bb31f0eb095f7ecc93d16e6fd3 (patch)
treeef234e574d1fe5c976ddc0b190c4a84211f48188 /Makefile
parentUse --enable-sjlj-exceptions when configuring gcc so that exception handling (diff)
downloadbuildroot-5f7a6e37e78906bb31f0eb095f7ecc93d16e6fd3.tar.gz
buildroot-5f7a6e37e78906bb31f0eb095f7ecc93d16e6fd3.tar.xz
buildroot-5f7a6e37e78906bb31f0eb095f7ecc93d16e6fd3.zip
Should have added this a long time ago.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fabca35bf..fe6e0b821 100644
--- a/Makefile
+++ b/Makefile
@@ -173,7 +173,7 @@ TARGETS+=busybox tinylogin
#TARGETS+=perl
# Some nice debugging tools
-#TARGETS+=gdb strace
+#TARGETS+=gdb strace ltrace
# The Valgrind debugger (x86 only)
#TARGETS+=valgrind