added strtod() and atof() to the build
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1703 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
21d3063840
commit
568244c42e
@ -8,6 +8,7 @@ KernelStaticLibraryObjects libkern.a :
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdio>kvsprintf.o
|
||||
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>assert.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>atof.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>atoi.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>bsearch.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>heapsort.o
|
||||
@ -20,6 +21,7 @@ KernelStaticLibraryObjects libkern.a :
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>strtoul.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>strtoll.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>strtoull.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>strtod.o
|
||||
|
||||
<$(SOURCE_GRIST)!libroot!posix!sys>chmod.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!sys>stat.o
|
||||
@ -258,7 +260,8 @@ KernelStaticLibraryObjects libc.a :
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdio>wsetup.o
|
||||
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>abs.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>assert.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>assert.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>atof.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>atoi.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>bsearch.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>div.o
|
||||
@ -403,7 +406,8 @@ KernelLd libroot.so :
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdio>wsetup.o
|
||||
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>abs.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>assert.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>assert.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>atof.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>atoi.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>bsearch.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>div.o
|
||||
@ -421,6 +425,7 @@ KernelLd libroot.so :
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>strtoul.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>strtoll.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>strtoull.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>strtod.o
|
||||
|
||||
<$(SOURCE_GRIST)!libroot!posix!string>memchr.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!string>memcmp.o
|
||||
|
@ -2,7 +2,8 @@ SubDir OBOS_TOP src kernel libroot posix stdlib ;
|
||||
|
||||
KernelObjects
|
||||
<$(SOURCE_GRIST)>abs.c
|
||||
<$(SOURCE_GRIST)>assert.c
|
||||
<$(SOURCE_GRIST)>assert.c
|
||||
<$(SOURCE_GRIST)>atoi.c
|
||||
<$(SOURCE_GRIST)>atoi.c
|
||||
<$(SOURCE_GRIST)>bsearch.c
|
||||
<$(SOURCE_GRIST)>div.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user