HAIKU_DEFINES: Add __HAIKU_PRIMARY_PACKAGING_ARCH
* It is set to the primary architecture we're building for. * Remove __HAIKU__. The macro is already defined by the compiler.
This commit is contained in:
parent
905f910e53
commit
b83f9b3940
@ -125,7 +125,9 @@ if $(HAIKU_PACKAGING_ARCH) {
|
||||
KernelArchitectureSetup $(HAIKU_PACKAGING_ARCH) ;
|
||||
}
|
||||
|
||||
HAIKU_DEFINES = __HAIKU__ ;
|
||||
# define primary packaging architecture macro
|
||||
HAIKU_DEFINES = __HAIKU_PRIMARY_PACKAGING_ARCH=\\\"$(HAIKU_PACKAGING_ARCH)\\\" ;
|
||||
|
||||
HAIKU_LIBSUPC++ = $(HAIKU_LIBSUPC++_$(HAIKU_PACKAGING_ARCH)) ;
|
||||
HAIKU_LIBSTDC++ = $(HAIKU_LIBSTDC++_$(HAIKU_PACKAGING_ARCH)) ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user