-rw-r--r-- | config.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -41,16 +41,21 @@ 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" |