Added lseek()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@612 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
a25522faef
commit
1c6cb65f85
@ -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 <spudmonkey@racsa.co.cr>
|
||||
@ -67,6 +67,7 @@ EXEEXT =
|
||||
ifeq ("${CONFIG_DEBUG}","y")
|
||||
LDFLAGS += -g
|
||||
endif
|
||||
EXTRA_LIBS = -lm
|
||||
|
||||
define COMPILE
|
||||
@echo "CC: $1"
|
||||
|
Loading…
Reference in New Issue
Block a user