mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-03-11 17:47:00 +01:00
add necessary gcc abi config for powerpc64 targets
This commit is contained in:
parent
00d4fb72be
commit
a327b7fb87
@ -23,6 +23,10 @@ ifneq ($(filter x86_64%x32,$(TARGET)),)
|
||||
GCC_CONFIG_FOR_TARGET += --with-abi=x32
|
||||
endif
|
||||
|
||||
ifneq ($(findstring powerpc64,$(TARGET)),)
|
||||
GCC_CONFIG_FOR_TARGET += --with-abi=elfv2
|
||||
endif
|
||||
|
||||
ifneq ($(findstring mips64,$(TARGET))$(findstring mipsisa64,$(TARGET)),)
|
||||
ifneq ($(findstring n32,$(TARGET)),)
|
||||
GCC_CONFIG_FOR_TARGET += --with-abi=n32
|
||||
|
Loading…
Reference in New Issue
Block a user