Move UsePrivateSystemHeaders into arch-specific block.

This commit is contained in:
Oliver Tappe
2013-08-29 22:44:49 +02:00
parent 3381a1bf81
commit 03aa9653d0
+2 -2
View File
@@ -1,10 +1,10 @@
SubDir HAIKU_TOP src system glue arch x86_64 ;
UsePrivateSystemHeaders ;
local architectureObject ;
for architectureObject in [ MultiArchSubDirSetup x86_64 ] {
on $(architectureObject) {
UsePrivateSystemHeaders ;
Objects
crti.S
crtn.S