aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-08-30 13:15:20 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-08-30 13:15:20 +0000
commit16504669c5cbb8b195d20412aadc838da5c428f7 (patch)
tree934b7fcf2f93932af3aaa288686efd7231abc94f /tools/console/Makefile
parent5dbd0a6081a79a2098a4cdc7cb01f64fcf63057e (diff)
downloadxen-16504669c5cbb8b195d20412aadc838da5c428f7.tar.gz
xen-16504669c5cbb8b195d20412aadc838da5c428f7.tar.bz2
xen-16504669c5cbb8b195d20412aadc838da5c428f7.zip
Cross-compilation fixes.
Signed-off-by: Michal Ostrowski <mostrows@watson.ibm.com>
Diffstat (limited to 'tools/console/Makefile')
-rw-r--r--tools/console/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/console/Makefile b/tools/console/Makefile
index 35bac3aaf9..cd88497f5f 100644
--- a/tools/console/Makefile
+++ b/tools/console/Makefile
@@ -9,8 +9,7 @@ INSTALL = install
INSTALL_PROG = $(INSTALL) -m0755
INSTALL_DIR = $(INSTALL) -d -m0755
-CC = gcc
-CFLAGS = -Wall -Werror -g3
+CFLAGS += -Wall -Werror -g3
CFLAGS += -I $(XEN_XCS)
CFLAGS += -I $(XEN_LIBXC)