From 51f96a502ea130e3d83eff679b560608a8246a75 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 1 Feb 2008 22:19:20 +0000 Subject: Added lseek() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@612 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/sim/pashello/Make.defs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nuttx/configs') diff --git a/nuttx/configs/sim/pashello/Make.defs b/nuttx/configs/sim/pashello/Make.defs index 28069e16a..9f23c5da8 100644 --- a/nuttx/configs/sim/pashello/Make.defs +++ b/nuttx/configs/sim/pashello/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# configs/sim/Make.defs +# configs/sim/pashello/Make.defs # # Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. # Author: Gregory Nutt @@ -67,6 +67,7 @@ EXEEXT = ifeq ("${CONFIG_DEBUG}","y") LDFLAGS += -g endif +EXTRA_LIBS = -lm define COMPILE @echo "CC: $1" -- cgit v1.2.3