From: Peter Dinda Date: Fri, 28 Jan 2011 21:15:56 +0000 (-0600) Subject: Reverted out changes in Makefile that support building Palacios as a Linux kernel... X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=83f60861f497f76eab73fbd856870b9c32dca8ac;p=palacios.git Reverted out changes in Makefile that support building Palacios as a Linux kernel module These changes (omision of -fPIC) make it unlinkable as a regular Linux extension --- diff --git a/Makefile b/Makefile index d1b637b..9acf2de 100644 --- a/Makefile +++ b/Makefile @@ -298,7 +298,7 @@ V3_INCLUDE := -Ipalacios/include \ CPPFLAGS := $(V3_INCLUDE) -D__V3VEE__ -CFLAGS := -fno-stack-protector -Wall -Werror -mno-red-zone -fno-common +CFLAGS := -fno-stack-protector -Wall -Werror -fPIC -mno-red-zone -fno-common #-fPIC #-ffreestanding