erlang: fix compilation error by disabling mips16 3121/head
authorYousong Zhou <yszhou4tech@gmail.com>
Thu, 1 Sep 2016 08:31:59 +0000 (16:31 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Thu, 1 Sep 2016 08:49:25 +0000 (16:49 +0800)
commitc8c91ed23c716ce07e1af7a884769f555d9c387f
treeed4c52db6b2e7dfd3938a1efc456893934159c63
parentdc6c28b446abf0b1e5e4e8ff81d6d99a0cfb9d8b
erlang: fix compilation error by disabling mips16

This is caused by a toolchain bug and has been reported to GCC a
while a ago without receiving any responses yet [1].  Fix it at the
moment by not compiling with mips16 enabled.

Should fix #1750 and #1904.

 [1] Bug 71519 - "Out of range operand" bteqz inst generated by
     "casesi_internal_mips16_<mode>",
     https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71519

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
lang/erlang/Makefile