diff options
Diffstat (limited to 'target/device')
-rw-r--r-- | target/device/AMD/DBAu1500/uClibc.config.mipsel | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/device/AMD/DBAu1500/uClibc.config.mipsel b/target/device/AMD/DBAu1500/uClibc.config.mipsel index 7054c3dbc..9a6e096ae 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 |