diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-27 22:52:19 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-27 22:52:19 +0200 |
commit | 3fdf280568b01a7fa971ddc63e84fdbea11e691b (patch) | |
tree | eb3a20ab1e5fbe9bec5e863d68b28edc6e71550b /target | |
parent | f2860bbc8ea6ff959b91eaa8919177d273ee4497 (diff) | |
parent | 3c77bab2eeace3ee675bd745ca335fa3dd1630bb (diff) |
Merge branch 'various-bumps' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in.arch | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/Config.in.arch b/target/Config.in.arch index 62721c9c6..3efebb86a 100644 --- a/target/Config.in.arch +++ b/target/Config.in.arch @@ -1,3 +1,6 @@ +config BR2_ARCH_IS_64 + bool + choice prompt "Target Architecture" default BR2_i386 @@ -38,8 +41,10 @@ config BR2_sparc bool "sparc" config BR2_sparc64 bool "sparc64" + select BR2_ARCH_IS_64 config BR2_x86_64 bool "x86_64" + select BR2_ARCH_IS_64 config BR2_xtensa bool "xtensa" endchoice |