diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-03-10 19:48:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-03-10 19:48:32 +0000 |
commit | 239d88cee2f2ff5ec96756abc83fbfe0c64505d0 (patch) | |
tree | b458f5f7ce3b38e90d27eb7b3f6a59d67cc28002 | |
parent | 781ce9185d69dfb39a917415ece8bd28c507116e (diff) | |
download | buildroot-novena-239d88cee2f2ff5ec96756abc83fbfe0c64505d0.tar.gz buildroot-novena-239d88cee2f2ff5ec96756abc83fbfe0c64505d0.zip |
Try out mips3
-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 |