author | mickeyl <mickeyl> | 2005-02-12 15:47:06 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-02-12 15:47:06 (UTC) |
commit | 0bf0f893a82426615cfe9f0bf764e1344c733ee3 (patch) (unidiff) | |
tree | ba147bb8ea70b409f15a76196097de49056576b6 /config.in | |
parent | f13760433a6526555bc5a4378ee3517f4053ac61 (diff) | |
download | opie-0bf0f893a82426615cfe9f0bf764e1344c733ee3.zip opie-0bf0f893a82426615cfe9f0bf764e1344c733ee3.tar.gz opie-0bf0f893a82426615cfe9f0bf764e1344c733ee3.tar.bz2 |
remove arm-linux'isms from linux-oe-g++ and make it depending on the value of OE_TARGET_SYS
this enables to build Opie against OE staging area targetting e.g. uclibc, mips, or whatever
-rw-r--r-- | config.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,275 +1,280 @@ | |||
1 | mainmenu "Opie Configuration" | 1 | mainmenu "Opie Configuration" |
2 | 2 | ||
3 | menu "Build Parameters" | 3 | menu "Build Parameters" |
4 | 4 | ||
5 | choice | 5 | choice |
6 | prompt "Target Machine" | 6 | prompt "Target Machine" |
7 | default TARGET_X86 | 7 | default TARGET_X86 |
8 | help | 8 | help |
9 | Please select the architecture of the machine you will be | 9 | Please select the architecture of the machine you will be |
10 | building the OpenZaurus buildroot for. | 10 | building the OpenZaurus buildroot for. |
11 | 11 | ||
12 | config TARGET_X86 | 12 | config TARGET_X86 |
13 | boolean "Intel X86" | 13 | boolean "Intel X86" |
14 | 14 | ||
15 | config TARGET_MACOSX | 15 | config TARGET_MACOSX |
16 | boolean "Mac OS X (DARWIN)" | 16 | boolean "Mac OS X (DARWIN)" |
17 | 17 | ||
18 | config TARGET_SHARP | 18 | config TARGET_SHARP |
19 | boolean "Sharp Zaurus w/ SA1100 (5000 and 5500)" | 19 | boolean "Sharp Zaurus w/ SA1100 (5000 and 5500)" |
20 | 20 | ||
21 | config TARGET_C700 | 21 | config TARGET_C700 |
22 | boolean "Sharp Zaurus w/ PXA25x (5600, C7x0, C8x0)" | 22 | boolean "Sharp Zaurus w/ PXA25x (5600, C7x0, C8x0)" |
23 | 23 | ||
24 | config TARGET_OE | 24 | config TARGET_OE |
25 | boolean "OpenEmbedded w/ OE build dir set below" | 25 | boolean "OpenEmbedded w/ OE build dir set below" |
26 | 26 | ||
27 | config TARGET_IPAQ | 27 | config TARGET_IPAQ |
28 | boolean "iPAQ" | 28 | boolean "iPAQ" |
29 | 29 | ||
30 | config TARGET_RAMSES | 30 | config TARGET_RAMSES |
31 | boolean "Ramses" | 31 | boolean "Ramses" |
32 | 32 | ||
33 | config TARGET_SIMPAD | 33 | config TARGET_SIMPAD |
34 | boolean "SIMpad" | 34 | boolean "SIMpad" |
35 | 35 | ||
36 | config TARGET_YOPY | 36 | config TARGET_YOPY |
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" |
61 | 66 | ||
62 | config DEBUG | 67 | config DEBUG |
63 | boolean "Enable debug builds" | 68 | boolean "Enable debug builds" |
64 | default n | 69 | default n |
65 | 70 | ||
66 | config RELEASE | 71 | config RELEASE |
67 | bool | 72 | bool |
68 | default y | 73 | default y |
69 | depends !DEBUG | 74 | depends !DEBUG |
70 | 75 | ||
71 | config QUICK_LAUNCH | 76 | config QUICK_LAUNCH |
72 | boolean "Enable Quick Launch" | 77 | boolean "Enable Quick Launch" |
73 | default n if TARGET_X86 | 78 | default n if TARGET_X86 |
74 | default y if ! TARGET_X86 | 79 | default y if ! TARGET_X86 |
75 | 80 | ||
76 | config QUICKLAUNCH_PATH | 81 | config QUICKLAUNCH_PATH |
77 | string "Path to quicklauncher" | 82 | string "Path to quicklauncher" |
78 | default "./quicklauncher" if TARGET_X86 | 83 | default "./quicklauncher" if TARGET_X86 |
79 | default "/opt/QtPalmtop/bin/quicklauncher" if ! TARGET_X86 | 84 | default "/opt/QtPalmtop/bin/quicklauncher" if ! TARGET_X86 |
80 | 85 | ||
81 | config SPECFILE | 86 | config SPECFILE |
82 | string | 87 | string |
83 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) | 88 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) |
84 | default "linux-g++" if TARGET_X86 && X11 | 89 | default "linux-g++" if TARGET_X86 && X11 |
85 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) | 90 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) |
86 | default "linux-g++" if TARGET_SHARP && X11 | 91 | default "linux-g++" if TARGET_SHARP && X11 |
87 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) | 92 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) |
88 | default "linux-g++" if TARGET_IPAQ && X11 | 93 | default "linux-g++" if TARGET_IPAQ && X11 |
89 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) | 94 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) |
90 | default "linux-g++" if TARGET_RAMSES && X11 | 95 | default "linux-g++" if TARGET_RAMSES && X11 |
91 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) | 96 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) |
92 | default "linux-g++" if TARGET_SIMPAD && X11 | 97 | default "linux-g++" if TARGET_SIMPAD && X11 |
93 | default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) | 98 | default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) |
94 | default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) | 99 | default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) |
95 | default "qws/linux-oe-g++" if TARGET_OE && (!X11) | 100 | default "qws/linux-oe-g++" if TARGET_OE && (!X11) |
96 | 101 | ||
97 | config CUSTOMFILE | 102 | config CUSTOMFILE |
98 | string | 103 | string |
99 | default "custom-ipaq.h" if TARGET_IPAQ | 104 | default "custom-ipaq.h" if TARGET_IPAQ |
100 | default "custom-sharp.h" if TARGET_SHARP | 105 | default "custom-sharp.h" if TARGET_SHARP |
101 | default "custom-ramses.h" if TARGET_RAMSES | 106 | default "custom-ramses.h" if TARGET_RAMSES |
102 | default "custom-ipaq.h" if TARGET_SIMPAD | 107 | default "custom-ipaq.h" if TARGET_SIMPAD |
103 | default "custom-yopy.h" if TARGET_YOPY | 108 | default "custom-yopy.h" if TARGET_YOPY |
104 | 109 | ||
105 | config OPTIMIZATIONS | 110 | config OPTIMIZATIONS |
106 | string "Optimization flags" | 111 | string "Optimization flags" |
107 | depends OPTIMIZE | 112 | depends OPTIMIZE |
108 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ | 113 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ |
109 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY | 114 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY |
110 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP | 115 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
111 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES | 116 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES |
112 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD | 117 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD |
113 | default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700 | 118 | default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700 |
114 | 119 | ||
115 | config EXPERIMENTAL | 120 | config EXPERIMENTAL |
116 | bool "Prompt for development and/or incomplete items" | 121 | bool "Prompt for development and/or incomplete items" |
117 | default y | 122 | default y |
118 | 123 | ||
119 | config USE_CCACHE | 124 | config USE_CCACHE |
120 | bool "Use ccache, if available?" | 125 | bool "Use ccache, if available?" |
121 | default y | 126 | default y |
122 | 127 | ||
123 | endmenu | 128 | endmenu |
124 | 129 | ||
125 | menu "Configuration" | 130 | menu "Configuration" |
126 | config OPIE_NO_BUILTIN_SHUTDOWN | 131 | config OPIE_NO_BUILTIN_SHUTDOWN |
127 | boolean "Disable the built in shutdown application" | 132 | boolean "Disable the built in shutdown application" |
128 | default y | 133 | default y |
129 | 134 | ||
130 | config OPIE_NO_BUILTIN_CALIBRATE | 135 | config OPIE_NO_BUILTIN_CALIBRATE |
131 | boolean "Disable the built in calibrate application" | 136 | boolean "Disable the built in calibrate application" |
132 | default y if TARGET_YOPY | 137 | default y if TARGET_YOPY |
133 | default n if ! TARGET_YOPY | 138 | default n if ! TARGET_YOPY |
134 | 139 | ||
135 | config OPIE_SOUND_FRAGMENT_SHIFT | 140 | config OPIE_SOUND_FRAGMENT_SHIFT |
136 | string "The sound fragment used in Opie Player I" | 141 | string "The sound fragment used in Opie Player I" |
137 | default "14" if TARGET_IPAQ | 142 | default "14" if TARGET_IPAQ |
138 | default "16" if ! TARGET_IPAQ | 143 | default "16" if ! TARGET_IPAQ |
139 | 144 | ||
140 | config USE_REALTIME_AUDIO_THREAD | 145 | config USE_REALTIME_AUDIO_THREAD |
141 | boolean "Use a realtime thread in Opie Player I" | 146 | boolean "Use a realtime thread in Opie Player I" |
142 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP | 147 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP |
143 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) | 148 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) |
144 | 149 | ||
145 | config QT_QWS_ALLOW_OVERCLOCK | 150 | config QT_QWS_ALLOW_OVERCLOCK |
146 | boolean "Allow the user to overclock the device" | 151 | boolean "Allow the user to overclock the device" |
147 | depends TARGET_RAMSES | 152 | depends TARGET_RAMSES |
148 | default n | 153 | default n |
149 | 154 | ||
150 | config USE_FILE_NOTIFICATION | 155 | config USE_FILE_NOTIFICATION |
151 | boolean "Substitute (some) polling interfaces with OFileNotifier" | 156 | boolean "Substitute (some) polling interfaces with OFileNotifier" |
152 | default y | 157 | default y |
153 | 158 | ||
154 | config OPIE_NEW_ALLOC | 159 | config OPIE_NEW_ALLOC |
155 | boolean "Use malloc and free for the implementation" | 160 | boolean "Use malloc and free for the implementation" |
156 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP | 161 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP |
157 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) | 162 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) |
158 | 163 | ||
159 | config OPIE_TASKBAR_LOCK_KEY_STATE | 164 | config OPIE_TASKBAR_LOCK_KEY_STATE |
160 | boolean "Have a KeyLock state indicator on the taskbar" | 165 | boolean "Have a KeyLock state indicator on the taskbar" |
161 | default y if TARGET_SHARP | 166 | default y if TARGET_SHARP |
162 | default n if !TARGET_SHARP | 167 | default n if !TARGET_SHARP |
163 | 168 | ||
164 | config LIBQPE_WITHROHFEEDBACK | 169 | config LIBQPE_WITHROHFEEDBACK |
165 | boolean "Build libqpe with Right-On-Hold feedback" | 170 | boolean "Build libqpe with Right-On-Hold feedback" |
166 | default y | 171 | default y |
167 | 172 | ||
168 | config OPIE_NO_SOUND_PCM_READ_BITS | 173 | config OPIE_NO_SOUND_PCM_READ_BITS |
169 | boolean "There is not a pcm_read_bits io control" | 174 | boolean "There is not a pcm_read_bits io control" |
170 | default y if TARGET_SHARP | 175 | default y if TARGET_SHARP |
171 | default n if ! TARGET_SHARP | 176 | default n if ! TARGET_SHARP |
172 | endmenu | 177 | endmenu |
173 | 178 | ||
174 | menu "Dependencies" | 179 | menu "Dependencies" |
175 | source dependencies.in | 180 | source dependencies.in |
176 | endmenu | 181 | endmenu |
177 | 182 | ||
178 | menu "Base" | 183 | menu "Base" |
179 | choice | 184 | choice |
180 | prompt "Qpe Library Selection" | 185 | prompt "Qpe Library Selection" |
181 | default LIBQPE | 186 | default LIBQPE |
182 | source library/config.in | 187 | source library/config.in |
183 | source x11/config.in | 188 | source x11/config.in |
184 | endchoice | 189 | endchoice |
185 | source libopie2/config.in | 190 | source libopie2/config.in |
186 | source libqtaux/config.in | 191 | source libqtaux/config.in |
187 | source rsync/config.in | 192 | source rsync/config.in |
188 | source core/opie-login/config.in | 193 | source core/opie-login/config.in |
189 | source core/opiealarm/config.in | 194 | source core/opiealarm/config.in |
190 | source core/tools/quicklauncher/config.in | 195 | source core/tools/quicklauncher/config.in |
191 | source core/launcher/config.in | 196 | source core/launcher/config.in |
192 | source core/symlinker/config.in | 197 | source core/symlinker/config.in |
193 | endmenu | 198 | endmenu |
194 | 199 | ||
195 | comment "" | 200 | comment "" |
196 | 201 | ||
197 | menu "Applets" | 202 | menu "Applets" |
198 | source core/applets/config.in | 203 | source core/applets/config.in |
199 | source noncore/applets/config.in | 204 | source noncore/applets/config.in |
200 | endmenu | 205 | endmenu |
201 | 206 | ||
202 | menu "Apps" | 207 | menu "Apps" |
203 | source core/apps/config.in | 208 | source core/apps/config.in |
204 | source noncore/apps/config.in | 209 | source noncore/apps/config.in |
205 | endmenu | 210 | endmenu |
206 | 211 | ||
207 | menu "Communications and Networking" | 212 | menu "Communications and Networking" |
208 | source noncore/comm/config.in | 213 | source noncore/comm/config.in |
209 | source noncore/net/config.in | 214 | source noncore/net/config.in |
210 | endmenu | 215 | endmenu |
211 | 216 | ||
212 | menu "Games" | 217 | menu "Games" |
213 | source noncore/games/config.in | 218 | source noncore/games/config.in |
214 | endmenu | 219 | endmenu |
215 | 220 | ||
216 | menu "Graphics and Multimedia" | 221 | menu "Graphics and Multimedia" |
217 | source freetype/config.in | 222 | source freetype/config.in |
218 | source noncore/graphics/config.in | 223 | source noncore/graphics/config.in |
219 | source core/multimedia/config.in | 224 | source core/multimedia/config.in |
220 | source noncore/multimedia/config.in | 225 | source noncore/multimedia/config.in |
221 | endmenu | 226 | endmenu |
222 | 227 | ||
223 | menu "Input methods" | 228 | menu "Input methods" |
224 | source inputmethods/config.in | 229 | source inputmethods/config.in |
225 | endmenu | 230 | endmenu |
226 | 231 | ||
227 | menu "Pim" | 232 | menu "Pim" |
228 | source core/obex/config.in | 233 | source core/obex/config.in |
229 | source core/pim/config.in | 234 | source core/pim/config.in |
230 | comment "Today Plugins ---" | 235 | comment "Today Plugins ---" |
231 | source noncore/todayplugins/config.in | 236 | source noncore/todayplugins/config.in |
232 | source core/pim/today/plugins/config.in | 237 | source core/pim/today/plugins/config.in |
233 | endmenu | 238 | endmenu |
234 | 239 | ||
235 | menu "Settings" | 240 | menu "Settings" |
236 | source core/settings/config.in | 241 | source core/settings/config.in |
237 | source noncore/settings/config.in | 242 | source noncore/settings/config.in |
238 | source noncore/securityplugins/config.in | 243 | source noncore/securityplugins/config.in |
239 | endmenu | 244 | endmenu |
240 | 245 | ||
241 | menu "Theming" | 246 | menu "Theming" |
242 | comment "Decorations ---" | 247 | comment "Decorations ---" |
243 | source noncore/decorations/config.in | 248 | source noncore/decorations/config.in |
244 | comment "Styles ---" | 249 | comment "Styles ---" |
245 | source noncore/styles/config.in | 250 | source noncore/styles/config.in |
246 | endmenu | 251 | endmenu |
247 | 252 | ||
248 | menu "Tools" | 253 | menu "Tools" |
249 | source noncore/tools/config.in | 254 | source noncore/tools/config.in |
250 | endmenu | 255 | endmenu |
251 | 256 | ||
252 | menu "Development" | 257 | menu "Development" |
253 | source development/keyview/config.in | 258 | source development/keyview/config.in |
254 | #source development/debugviewer/config.in | 259 | #source development/debugviewer/config.in |
255 | endmenu | 260 | endmenu |
256 | 261 | ||
257 | menu "Examples" | 262 | menu "Examples" |
258 | config EXAMPLES | 263 | config EXAMPLES |
259 | boolean "Compile Example Application" | 264 | boolean "Compile Example Application" |
260 | source examples/config.in | 265 | source examples/config.in |
261 | endmenu | 266 | endmenu |
262 | 267 | ||
263 | comment "" | 268 | comment "" |
264 | 269 | ||
265 | menu "Unsupported / Unmaintained" | 270 | menu "Unsupported / Unmaintained" |
266 | source noncore/unsupported/config.in | 271 | source noncore/unsupported/config.in |
267 | endmenu | 272 | endmenu |
268 | 273 | ||
269 | comment "" | 274 | comment "" |
270 | depends on EXPERIMENTAL | 275 | depends on EXPERIMENTAL |
271 | menu "Experimental" | 276 | menu "Experimental" |
272 | depends on EXPERIMENTAL | 277 | depends on EXPERIMENTAL |
273 | source libslcompat/config.in | 278 | source libslcompat/config.in |
274 | source core/qws/config.in | 279 | source core/qws/config.in |
275 | endmenu | 280 | endmenu |