mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
boost: fix mips* arch (mips32r2)
This commit is contained in:
parent
f3976e6163
commit
257dde65e6
1 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*) _arch=x86; _toolset="gcc-x86_64"; _abi=sysv ;;
|
x86_64*) _arch=x86; _toolset="gcc-x86_64"; _abi=sysv ;;
|
||||||
arm*) _arch=arm; _toolset="gcc-arm"; _abi=aapcs ;;
|
arm*) _arch=arm; _toolset="gcc-arm"; _abi=aapcs ;;
|
||||||
aarch64*) _arch=arm; _toolset="gcc-aarch64"; _abi=aapcs ;;
|
aarch64*) _arch=arm; _toolset="gcc-aarch64"; _abi=aapcs ;;
|
||||||
mips*) _arch=mips; _toolset="gcc-mips"; _abi=o32 ;;
|
mips*) _arch=mips32r2; _toolset="gcc-mips"; _abi=o32 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue