projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
nuke broadcom 2.6.21 patches - 2.6.22-rc6 is more stable and more up to date
[openwrt.git]
/
target
/
Config.in
diff --git
a/target/Config.in
b/target/Config.in
index
8ff7bee
..
31a4e59
100644
(file)
--- a/
target/Config.in
+++ b/
target/Config.in
@@
-57,6
+57,10
@@
config armeb
select BIG_ENDIAN
bool
select BIG_ENDIAN
bool
+config avr32
+ select BIG_ENDIAN
+ bool
+
config cris
bool
config cris
bool
@@
-85,10
+89,14
@@
config sparc
select BIG_ENDIAN
bool
select BIG_ENDIAN
bool
+config x86_64
+ bool
+
config ARCH
string
default "arm" if arm
default "armeb" if armeb
config ARCH
string
default "arm" if arm
default "armeb" if armeb
+ default "avr32" if avr32
default "cris" if cris
default "i386" if i386
default "m68k" if m68k
default "cris" if cris
default "i386" if i386
default "m68k" if m68k
@@
-100,4
+108,5
@@
config ARCH
default "sh4" if sh4
default "sh4eb" if sh4eb
default "sparc" if sparc
default "sh4" if sh4
default "sh4eb" if sh4eb
default "sparc" if sparc
+ default "x86_64" if x86_64
This page took
0.020609 seconds
and
4
git commands to generate.