From mboxrd@z Thu Jan 1 00:00:00 1970 From: ramsdell@mitre.org (John D. Ramsdell) Subject: Re: CFLAGS are for C compilers and other Unix traditions Date: 21 May 2006 13:12:31 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org The note I sent contained a misstatement. TARGET_ARCH is being set in the Mini-OS Makefile, not ../../Config.mk. I meant to say that to get all Xen Makefiles to use TARGET_ARCH and TARGET_MACH as they were intended would be a pain. Target information is currently being placed into CFLAGS and LDFLAGS, and one would have to be careful to separate the information correctly. Not worth it. John