x86_64: include the "32" dir when targeting 32-bit
* helps with building boot loader with GCC 4.8
This commit is contained in:
@@ -15,6 +15,11 @@ rule SetupBoot
|
||||
SourceSysHdrs $(sources) : $(TARGET_PRIVATE_KERNEL_HEADERS) ;
|
||||
}
|
||||
|
||||
if $(HAIKU_BOOT_C++_HEADERS_DIR_$(TARGET_PACKAGING_ARCH)) {
|
||||
SourceSysHdrs $(sources) :
|
||||
$(HAIKU_BOOT_C++_HEADERS_DIR_$(TARGET_PACKAGING_ARCH)) ;
|
||||
}
|
||||
|
||||
local object ;
|
||||
for object in $(objects) {
|
||||
# add boot flags for the object
|
||||
|
||||
Reference in New Issue
Block a user