author | llornkcor <llornkcor> | 2005-11-08 23:05:45 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2005-11-08 23:05:45 (UTC) |
commit | a8063e0797d6edf2ead22fc8c5346ddf187f0b5d (patch) (side-by-side diff) | |
tree | df550982ac6985f6df9c01f4951f4efa6e678f6c /config.in | |
parent | 18d6f344e4656e7f77497d345f1480cecd4d2f31 (diff) | |
download | opie-a8063e0797d6edf2ead22fc8c5346ddf187f0b5d.zip opie-a8063e0797d6edf2ead22fc8c5346ddf187f0b5d.tar.gz opie-a8063e0797d6edf2ead22fc8c5346ddf187f0b5d.tar.bz2 |
add 64bit target
-rw-r--r-- | config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,48 +14,52 @@ choice config TARGET_MACOSX boolean "Mac OS X (DARWIN)" config TARGET_SHARP boolean "Sharp Zaurus w/ SA1100 (5000 and 5500)" config TARGET_C700 boolean "Sharp Zaurus w/ PXA25x (5600, C7x0, C8x0)" config TARGET_OE boolean "OpenEmbedded w/ OE build dir set below" config TARGET_IPAQ boolean "iPAQ" config TARGET_RAMSES boolean "Ramses" config TARGET_SIMPAD boolean "SIMpad" config TARGET_YOPY boolean "Yopy 3500/3700" + + config TARGET_64BIT + boolean "64 BIT" + endchoice config OE_BUILD_DIR depends TARGET_OE string "OE build directory" default ">>>set OpenEmbedded build directory here<<<" config OE_HOST_SYS depends TARGET_OE string "OE host system" default "i686-linux" config OE_TARGET_SYS depends TARGET_OE string "OE target system" default "arm-linux" config OPTIMIZE boolean "Use optimizations" default "y" if ! TARGET_X86 config THREADED boolean "Enable threaded build" default "n" |