From be3873f03972b44e95458345b5ab73b1b75e2eee Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 31 Oct 2007 23:27:55 +0000 Subject: in progress update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@360 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/c5471evm/Make.defs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nuttx/configs/c5471evm') diff --git a/nuttx/configs/c5471evm/Make.defs b/nuttx/configs/c5471evm/Make.defs index 8baeb3f36..6a3dc119a 100644 --- a/nuttx/configs/c5471evm/Make.defs +++ b/nuttx/configs/c5471evm/Make.defs @@ -68,4 +68,9 @@ ifeq ("${CONFIG_DEBUG}","y") LDFLAGS += -g endif +HOSTCC = gcc +HOSTINCLUDES = -I. +HOSTCFLAGS = -Wall -wstrict-prototypes -Wshadow -g -pipe +HOSTLDFLAGS = + -- cgit v1.2.3