From mboxrd@z Thu Jan 1 00:00:00 1970 From: A Streetcar Named Subject: Re: Inheriting CFLAGS Date: Wed, 17 Nov 2004 07:53:05 +0800 Message-ID: References: <200411162232.55362.jan.kundrat@fzu.cz> Reply-To: A Streetcar Named Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <200411162232.55362.jan.kundrat@fzu.cz> Sender: xen-devel-admin@lists.sourceforge.net Errors-To: xen-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: =?ISO-8859-1?Q?Jan_Kundr=E1t?= Cc: xen-devel@lists.sourceforge.net, Keir Fraser , Jerome Brown List-Id: xen-devel@lists.xenproject.org On Tue, 16 Nov 2004 22:32:55 +0100, Jan Kundr=E1t wrot= e: > CFLAGS :=3D -nostdinc -fno-builtin -fno-common -fno-strict-aliasing > CFLAGS +=3D -iwithprefix include -Wall -Werror -pipe > CFLAGS +=3D -I$(BASEDIR)/include -Wno-pointer-arith -Wredundant-decls >=20 > ifeq ($(optimize),y) > CFLAGS +=3D -O3 -march=3Dpentium2 -pipe -fomit-frame-pointer It looks like the ebuild changed the last line above to that (I assume your CFLAGS env variable is -O3 -march=3Dpentium2 -pipe). I didn't use the ebuild, so I had the default line of CFLAGS +=3D -O3 -fomit-frame-pointer, and found that I had to add -nopie and -fno-stack-protector to compile xen. Perhaps -march=3Dpentium2 fixed it for you? Or perhaps those were just somethings special I had to do on the crusoe?!? ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8