diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-04-18 17:03:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-04-18 17:03:55 +0000 |
commit | 56164a5815346ed801c1fd8885023f55c19b29ff (patch) | |
tree | d5f46ef620e54d7b0ff56c98fed8ad25895d6bb7 /target | |
parent | 24aedf82810f1abcdd345741ab7a97adea43ad1c (diff) | |
download | upstream-56164a5815346ed801c1fd8885023f55c19b29ff.tar.gz upstream-56164a5815346ed801c1fd8885023f55c19b29ff.tar.bz2 upstream-56164a5815346ed801c1fd8885023f55c19b29ff.zip |
add a modified version of the mips64 patch from #4603
SVN-Revision: 15249
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 6506312b37..405e1690c4 100644 --- a/target/Config.in +++ b/target/Config.in @@ -65,6 +65,13 @@ config mips config mipsel bool +config mips64 + select BIG_ENDIAN + bool + +config mips64el + bool + config arm bool @@ -118,6 +125,8 @@ config ARCH default "m68k" if m68k default "mips" if mips default "mipsel" if mipsel + default "mips64" if mips64 + default "mips64el" if mips64el default "powerpc" if powerpc default "sh3" if sh3 default "sh3eb" if sh3eb |