devel/binutils: Unhook riscv32_unknown_elf FLAVOR
This commit is contained in:
@@ -22,7 +22,7 @@ LIB_DEPENDS= libzstd.so:archivers/zstd
|
||||
|
||||
FLAVORS= native aarch64 aarch64_none_elf amd64 arm_gnueabi arm_none_eabi \
|
||||
avr i386 mingw32 mips mips64 powerpc powerpc64 powerpc64le riscv64 \
|
||||
riscv64_none_elf s390x riscv32_unknown_elf
|
||||
riscv64_none_elf s390x
|
||||
FLAVOR?= native
|
||||
|
||||
USES= bison:alias compiler:env cpe gmake localbase libtool perl5 pkgconfig tar:lz
|
||||
@@ -83,7 +83,7 @@ INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/share/info
|
||||
.if ${FLAVOR} == aarch64
|
||||
BROKEN_mips= fails to configure: error: C compiler cannot create executables
|
||||
BROKEN_mips64= fails to configure: error: C compiler cannot create executables
|
||||
.elif ${FLAVOR} == aarch64_none_elf || ${FLAVOR} == arm_none_eabi || ${FLAVOR} == riscv64_none_elf || ${FLAVOR} == mingw32 || ${FLAVOR} == avr || ${FLAVOR} == riscv32_unknown_elf
|
||||
.elif ${FLAVOR} == aarch64_none_elf || ${FLAVOR} == arm_none_eabi || ${FLAVOR} == riscv64_none_elf || ${FLAVOR} == mingw32 || ${FLAVOR} == avr
|
||||
BUTARGET= ${FLAVOR:C/_/-/g}
|
||||
.elif ${FLAVOR} == amd64
|
||||
BUTARGET= x86_64-unknown-${OPSYS:tl}${OSREL}
|
||||
|
||||
Reference in New Issue
Block a user