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:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user