@@ -271,11 +271,6 @@ rule CreateAsmStructOffsetsHeader header : source
|
|||||||
local systemIncludesOption ;
|
local systemIncludesOption ;
|
||||||
|
|
||||||
on $(header) { # use on $(1) variable values
|
on $(header) { # use on $(1) variable values
|
||||||
if ! $(PLATFORM) in $(SUPPORTED_PLATFORMS) {
|
|
||||||
Echo $(PLATFORM) is not in SUPPORTED_PLATFORMS, cannot make struct-offsets header! ;
|
|
||||||
return ;
|
|
||||||
}
|
|
||||||
|
|
||||||
# headers and defines
|
# headers and defines
|
||||||
headers = $(HAIKU_CONFIG_HEADERS) $(SEARCH_SOURCE) $(SUBDIRHDRS)
|
headers = $(HAIKU_CONFIG_HEADERS) $(SEARCH_SOURCE) $(SUBDIRHDRS)
|
||||||
$(HDRS) ;
|
$(HDRS) ;
|
||||||
|
|||||||
@@ -22,6 +22,12 @@ rule TargetLibstdc++ asPath
|
|||||||
# Returns the c++-standard-library for the target.
|
# Returns the c++-standard-library for the target.
|
||||||
# Invoking with <asPath> = true will return the full library path.
|
# Invoking with <asPath> = true will return the full library path.
|
||||||
|
|
||||||
|
if $(TARGET_PLATFORM) = libbe_test {
|
||||||
|
if $(TARGET_PACKAGING_ARCH) = x86_gcc2 {
|
||||||
|
return stdc++.r4 ;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if $(TARGET_PLATFORM) = haiku || $(TARGET_PLATFORM) = libbe_test {
|
if $(TARGET_PLATFORM) = haiku || $(TARGET_PLATFORM) = libbe_test {
|
||||||
if $(TARGET_PACKAGING_ARCH) = x86_gcc2 {
|
if $(TARGET_PACKAGING_ARCH) = x86_gcc2 {
|
||||||
# the libstdc++.so for our legacy compiler (needs to be built)
|
# the libstdc++.so for our legacy compiler (needs to be built)
|
||||||
|
|||||||
Reference in New Issue
Block a user