diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-17 04:45:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-17 04:45:35 +0000 |
commit | 382187f0140af0f0f4a5b2c06a8b785ea3cd1ca8 (patch) | |
tree | 23dbc33a6ad5cd92905574720bc76833cc0c78a0 | |
parent | db597c47f3485f72b79f4b9f549831b5a9600221 (diff) |
JNote that valgrind is x86 only
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ TARGETS+=busybox tinylogin # Some nice debugging tools #TARGETS+=gdb strace -# The Valgrind debugger +# The Valgrind debugger (x86 only) #TARGETS+=valgrind # Pick your root filesystem type. |