ARM64 Jamfiles:
* Use generic c versions of memset and memcpy Wwrite fast asm for that later, therefore no need for arch_string.S * Disable FDT and DTB until ARM64 is ready (WIP: do it later) * use ELF64
This commit is contained in:
@@ -17,7 +17,7 @@ for architectureObject in [ MultiArchSubDirSetup arm64 ] {
|
|||||||
:
|
:
|
||||||
<src!system!libroot!os!arch!$(TARGET_ARCH)!$(architecture)>thread.o
|
<src!system!libroot!os!arch!$(TARGET_ARCH)!$(architecture)>thread.o
|
||||||
|
|
||||||
<src!system!libroot!posix!string!arch!$(TARGET_ARCH)!$(architecture)>arch_string.o
|
<src!system!libroot!posix!string!arch!$(TARGET_ARCH)!$(architecture)>memcpy.o
|
||||||
<src!system!libroot!posix!string!arch!$(TARGET_ARCH)!$(architecture)>memset.o
|
<src!system!libroot!posix!string!arch!$(TARGET_ARCH)!$(architecture)>memset.o
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user