Skip to content

Commit

Permalink
multilib: mips64 is sometimes called mipsisa64
Browse files Browse the repository at this point in the history
This is the case for tuples like `mipsisa64r6-pc-linux-gnu`, which are
required for making a working mips64r6 compiler.

Signed-off-by: Jason A. Donenfeld <[email protected]>
  • Loading branch information
zx2c4 committed Sep 27, 2018
1 parent 120cf8b commit 3c32c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/multilib.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ multilib_env() {
;;
esac
;;
mips64*)
mips64*|mipsisa64*)
export CFLAGS_o32=${CFLAGS_o32--mabi=32}
export CHOST_o32=${CTARGET/mips64/mips}
export CTARGET_o32=${CHOST_o32}
Expand Down

0 comments on commit 3c32c5c

Please sign in to comment.