Unidiff1 files changed, 5 insertions, 0 deletions
|
diff --git a/config.in b/config.in index d9659be..323ca51 100644 --- a/ config.in+++ b/ config.in |
|
@@ -42,6 +42,11 @@ config OE_BUILD_DIR |
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 |
| |
46 | depends TARGET_OE |
| |
47 | string "OE host system" |
| |
48 | default "i686-linux" |
| |
49 | |
45 | config OPTIMIZE |
50 | config OPTIMIZE |
46 | boolean "Use optimizations" |
51 | boolean "Use optimizations" |
47 | default "y" if ! TARGET_X86 |
52 | default "y" if ! TARGET_X86 |
|