From: Jack Lange Date: Wed, 27 Feb 2008 21:59:36 +0000 (+0000) Subject: added build env specific makefile X-Git-Tag: working-cdboot-physical-but-not-qemu~68 X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=9bc622ccec8595640868ef6f6f9fb112f5215746 added build env specific makefile --- diff --git a/palacios/build/Makefile b/palacios/build/Makefile index fe40051..0f80a30 100644 --- a/palacios/build/Makefile +++ b/palacios/build/Makefile @@ -1,6 +1,6 @@ # Makefile for GeekOS kernel, userspace, and tools # Copyright (c) 2004,2005 David H. Hovemeyer -# $Revision: 1.9 $ +# $Revision: 1.10 $ # This is free software. You are permitted to use, # redistribute, and modify it as specified in the file "COPYING". @@ -137,12 +137,12 @@ COMMON_C_OBJS := $(COMMON_C_SRCS:%.c=common/%.o) # ---------------------------------------------------------------------- # Uncomment if cross compiling -#TARGET_CC_PREFIX := $(PROJECT_ROOT)/../devtools/i386/bin/i386-elf- +TARGET_CC_PREFIX := $(PROJECT_ROOT)/../devtools/i386/bin/i386-elf- #TARGET_CC_PREFIX := i386-elf- # Target C compiler. gcc 2.95.2 or later should work. -#TARGET_CC := $(TARGET_CC_PREFIX)gcc -TARGET_CC := $(TARGET_CC_PREFIX)gcc34 -m32 +TARGET_CC := $(TARGET_CC_PREFIX)gcc +#TARGET_CC := $(TARGET_CC_PREFIX)gcc34 -m32 # Host C compiler. This is used to compile programs to execute on # the host platform, not the target (x86) platform. On x86/ELF