x86_64: include the "32" dir when targeting 32-bit

* helps with building boot loader with GCC 4.8
This commit is contained in:
Jérôme Duval
2014-01-15 22:45:45 +01:00
parent 00b65b2d7b
commit 66a7f29f59
2 changed files with 16 additions and 1 deletions
+5
View File
@@ -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