From mboxrd@z Thu Jan 1 00:00:00 1970 From: ramsdell@mitre.org (John D. Ramsdell) Subject: Re: [PATCH] Integrating applications into Mini-OS Date: 15 May 2006 10:45:20 -0400 Message-ID: References: <1147697197.11888.12.camel@localhost.localdomain> 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: Jacob Gorm Hansen Cc: xen-devel@lists.xensource.com, Ian Campbell List-Id: xen-devel@lists.xenproject.org "Jacob Gorm Hansen" writes: > New version incorporating most of your changes to the Makefile > attached. Thank you very much. The change is very important to me because I depend on an overridable CPPFLAGS, so that I can define -DHAVE_LIBC when compiling lib/printf.c and lib/string.c. This is how I slip in the full blown C library newlib. John