The boot loader compiles again on x86.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5106 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
bc0096be96
commit
65b30ea3c1
@ -14,6 +14,7 @@ KernelLd boot_loader :
|
||||
<$(SOURCE_GRIST)!libroot!posix!locale>ctype.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdio>kvsprintf.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!string>memset.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!string>memcmp.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!string>memcpy.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!string>memmove.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!string>strdup.o
|
||||
@ -21,6 +22,7 @@ KernelLd boot_loader :
|
||||
<$(SOURCE_GRIST)!libroot!posix!string>strnlen.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!string>strcmp.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!string>strncmp.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!string>strcat.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!string>strcpy.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!string>strlcpy.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>qsort.o
|
||||
|
Loading…
Reference in New Issue
Block a user