Move UsePrivateSystemHeaders into arch-specific block.
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
SubDir HAIKU_TOP src system glue arch x86_64 ;
|
SubDir HAIKU_TOP src system glue arch x86_64 ;
|
||||||
|
|
||||||
UsePrivateSystemHeaders ;
|
|
||||||
|
|
||||||
local architectureObject ;
|
local architectureObject ;
|
||||||
for architectureObject in [ MultiArchSubDirSetup x86_64 ] {
|
for architectureObject in [ MultiArchSubDirSetup x86_64 ] {
|
||||||
on $(architectureObject) {
|
on $(architectureObject) {
|
||||||
|
UsePrivateSystemHeaders ;
|
||||||
|
|
||||||
Objects
|
Objects
|
||||||
crti.S
|
crti.S
|
||||||
crtn.S
|
crtn.S
|
||||||
|
|||||||
Reference in New Issue
Block a user