From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] tools/configure: add options to pass EXTRA_CLFAGS Date: Tue, 27 Mar 2012 15:04:13 +0200 Message-ID: <20120327130413.GA24660@aepfle.de> References: <9c6337771520b390ed62.1332852165@probook.site> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <9c6337771520b390ed62.1332852165@probook.site> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com Cc: Roger Pau =?utf-8?B?TW9ubsOp?= , Fabio Fantoni List-Id: xen-devel@lists.xenproject.org On Tue, Mar 27, Olaf Hering wrote: > # HG changeset patch > # User Olaf Hering > # Date 1332851995 -7200 > # Node ID 9c6337771520b390ed624fa6b6b2f2edc8042701 > # Parent d9e6e8632bb6b9a2144e7e148bc7ea53ea4933fd > tools/configure: add options to pass EXTRA_CLFAGS > > - add EXTRA_CFLAGS_XEN_TOOLS to all rules in tools/Rules.mk Unfortunately this approach does not seem to work: ld -melf_i386 -s -r 32bitbios.o tcgbios/tcgbiosext.o util.o pmm.o -o 32bitbios_all.o There are undefined symbols in the BIOS: U __stack_chk_fail make[9]: *** [32bitbios_all.o] Error 11 I will revisit this change. Olaf