Unidiff1 files changed, 5 insertions, 0 deletions
|
diff --git a/config.in b/config.in index f913aad..e9ffed2 100644 --- a/ config.in+++ b/ config.in |
|
@@ -37,24 +37,29 @@ choice |
37 | boolean "Yopy 3500/3700" |
37 | boolean "Yopy 3500/3700" |
38 | endchoice |
38 | endchoice |
39 | |
39 | |
40 | config OE_BUILD_DIR |
40 | config OE_BUILD_DIR |
41 | depends TARGET_OE |
41 | depends TARGET_OE |
42 | string "OE build directory" |
42 | string "OE build directory" |
43 | default ">>>set OpenEmbedded build directory here<<<" |
43 | default ">>>set OpenEmbedded build directory here<<<" |
44 | |
44 | |
45 | config OE_HOST_SYS |
45 | config OE_HOST_SYS |
46 | depends TARGET_OE |
46 | depends TARGET_OE |
47 | string "OE host system" |
47 | string "OE host system" |
48 | default "i686-linux" |
48 | default "i686-linux" |
| |
49 | |
| |
50 | config OE_TARGET_SYS |
| |
51 | depends TARGET_OE |
| |
52 | string "OE target system" |
| |
53 | default "arm-linux" |
49 | |
54 | |
50 | config OPTIMIZE |
55 | config OPTIMIZE |
51 | boolean "Use optimizations" |
56 | boolean "Use optimizations" |
52 | default "y" if ! TARGET_X86 |
57 | default "y" if ! TARGET_X86 |
53 | |
58 | |
54 | config THREADED |
59 | config THREADED |
55 | boolean "Enable threaded build" |
60 | boolean "Enable threaded build" |
56 | default "n" |
61 | default "n" |
57 | |
62 | |
58 | config STATIC |
63 | config STATIC |
59 | boolean "Build static libraries" |
64 | boolean "Build static libraries" |
60 | default "n" |
65 | default "n" |
|