diff options
author | Roman Yeryomin <roman@advem.lv> | 2012-09-13 00:34:00 +0300 |
---|---|---|
committer | Roman Yeryomin <roman@advem.lv> | 2012-12-03 00:13:20 +0200 |
commit | d8977ed0c507a8b41b14258a31b4c2923bdbed35 (patch) | |
tree | b1ca62e3f9e1189761e0fe68e19eced4452bfb1a /toolchain/uClibc/config-0.9.33.2/lexra | |
parent | eb3b290459dd4d629344f708f859d854c43e2d3f (diff) |
Add uClibc patches for lexra/rlx
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'toolchain/uClibc/config-0.9.33.2/lexra')
-rw-r--r-- | toolchain/uClibc/config-0.9.33.2/lexra | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/toolchain/uClibc/config-0.9.33.2/lexra b/toolchain/uClibc/config-0.9.33.2/lexra new file mode 100644 index 000000000..e369c2628 --- /dev/null +++ b/toolchain/uClibc/config-0.9.33.2/lexra @@ -0,0 +1,17 @@ +ARCH_ANY_ENDIAN=y +ARCH_BIG_ENDIAN=y +ARCH_CFLAGS="-mno-split-addresses" +ARCH_WANTS_BIG_ENDIAN=y +CONFIG_MIPS_ISA_1=y +# CONFIG_MIPS_ISA_2 is not set +# CONFIG_MIPS_ISA_3 is not set +# CONFIG_MIPS_ISA_4 is not set +# CONFIG_MIPS_ISA_MIPS32 is not set +# CONFIG_MIPS_ISA_MIPS32R2 is not set +# CONFIG_MIPS_ISA_MIPS64 is not set +# CONFIG_MIPS_N32_ABI is not set +# CONFIG_MIPS_N64_ABI is not set +CONFIG_MIPS_O32_ABI=y +TARGET_ARCH="mips" +TARGET_mips=y +# UCLIBC_HAS_FPU is not set |