ia64/xen-unstable
changeset 11351:a202eef97aa0
[TOOLS] Fix gdbserver build.
Signed-off-by: Travis Betak <travis.betak@amd.com>
Signed-off-by: Travis Betak <travis.betak@amd.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Wed Aug 30 17:52:35 2006 +0100 (2006-08-30) |
parents | a39ad4c78850 |
children | dc883b5e906e |
files | tools/debugger/gdb/gdbbuild |
line diff
1.1 --- a/tools/debugger/gdb/gdbbuild Wed Aug 30 13:51:12 2006 +0100 1.2 +++ b/tools/debugger/gdb/gdbbuild Wed Aug 30 17:52:35 2006 +0100 1.3 @@ -18,7 +18,7 @@ cd gdb-6.2.1-linux-i386-xen 1.4 if [ "$MAKE" ]; then 1.5 $MAKE 1.6 elif which gmake ; then 1.7 - gmake -j4 1.8 + gmake -j4 CFLAGS=-D__XEN_TOOLS__ 1.9 else 1.10 - make -j4 1.11 + make -j4 CFLAGS=-D__XEN_TOOLS__ 1.12 fi