gcc: fix typo in mips32r2
[ci skip]
This commit is contained in:
parent
63d36afc90
commit
66a1c5ebd5
1 changed files with 2 additions and 2 deletions
|
@ -161,8 +161,8 @@ do_configure() {
|
|||
case "$XBPS_TARGET_MACHINE" in
|
||||
mipselhf-musl) _args+=" --with-arch=mips32r2 --with-float=hard"; _hash=sysv;;
|
||||
mipsel-musl) _args+=" --with-arch=mips32r2 --with-float=soft"; _hash=sysv;;
|
||||
mipshf-musl) _args+=" --with-arch=mip32r2 --with-float=hard";;
|
||||
mips-musl) _args+=" --with-arch=mip32r2 --with-float=soft";;
|
||||
mipshf-musl) _args+=" --with-arch=mips32r2 --with-float=hard";;
|
||||
mips-musl) _args+=" --with-arch=mips32r2 --with-float=soft";;
|
||||
armv5*) _args+=" --with-arch=armv5te --with-float=soft";;
|
||||
armv6l*) _args+=" --with-arch=armv6 --with-fpu=vfp --with-float=hard";;
|
||||
armv7l*) _args+=" --with-arch=armv7-a --with-fpu=vfpv3 --with-float=hard";;
|
||||
|
|
Loading…
Add table
Reference in a new issue