From: Eric Andersen Date: Thu, 10 Mar 2005 19:48:32 +0000 (-0000) Subject: Try out mips3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=239d88cee2f2ff5ec96756abc83fbfe0c64505d0;p=buildroot.git Try out mips3 --- diff --git a/target/device/AMD/DBAu1500/uClibc.config.mipsel b/target/device/AMD/DBAu1500/uClibc.config.mipsel index 7054c3dbc9..9a6e096ae9 100644 --- a/target/device/AMD/DBAu1500/uClibc.config.mipsel +++ b/target/device/AMD/DBAu1500/uClibc.config.mipsel @@ -29,9 +29,9 @@ ARCH_SUPPORTS_LITTLE_ENDIAN=y TARGET_ARCH="mips" ARCH_CFLAGS="-mno-split-addresses" ARCH_SUPPORTS_BIG_ENDIAN=y -CONFIG_MIPS_ISA_1=y +# CONFIG_MIPS_ISA_1 is not set # CONFIG_MIPS_ISA_2 is not set -# CONFIG_MIPS_ISA_3 is not set +CONFIG_MIPS_ISA_3=y # CONFIG_MIPS_ISA_4 is not set # CONFIG_MIPS_ISA_MIPS32 is not set # CONFIG_MIPS_ISA_MIPS64 is not set