Removed strtoq()/strtouq() from the build (both are deprecated functions, and

not available in BeOS, so there is no reason to add them).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1663 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2002-10-25 22:45:23 +00:00
parent 9870ddcea7
commit a8cd036239
3 changed files with 0 additions and 17 deletions
-7
View File
@@ -13,7 +13,6 @@ KernelObjects
<$(SOURCE_GRIST)>heap.c
<$(SOURCE_GRIST)>int.c
<$(SOURCE_GRIST)>khash.c
<$(SOURCE_GRIST)>linkhack.c
<$(SOURCE_GRIST)>lock.c
<$(SOURCE_GRIST)>main.c
<$(SOURCE_GRIST)>misc.c
@@ -34,12 +33,6 @@ KernelObjects
-fno-pic -D_KERNEL_MODE
;
KernelLd linkhack.so :
<$(SOURCE_GRIST)>linkhack.o
:
:
-shared -Bdynamic
;
SubInclude OBOS_TOP src kernel core addons ;
SubInclude OBOS_TOP src kernel core arch ;