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:
parent
5ea726b93a
commit
763968b1a3
@ -17,7 +17,7 @@ for architectureObject in [ MultiArchSubDirSetup arm64 ] {
|
||||
:
|
||||
<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
|
||||
;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user