summaryrefslogtreecommitdiff
authorwimpie <wimpie>2004-04-02 18:38:20 (UTC)
committer wimpie <wimpie>2004-04-02 18:38:20 (UTC)
commit38f1377597f88d7bb381b750df53754d0f5b2924 (patch) (side-by-side diff)
tree52d6ca22924f17947e85fb2aa09386420f9bb092
parent5f988daf3ef7c7f5370eb15a159655d0289707cb (diff)
downloadopie-38f1377597f88d7bb381b750df53754d0f5b2924.zip
opie-38f1377597f88d7bb381b750df53754d0f5b2924.tar.gz
opie-38f1377597f88d7bb381b750df53754d0f5b2924.tar.bz2
THreaded support
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.in b/config.in
index 9ee7ccf..0b01f78 100644
--- a/config.in
+++ b/config.in
@@ -15,48 +15,53 @@ choice
config TARGET_MACOSX
boolean "Mac OS X (DARWIN)"
config TARGET_SHARP
boolean "Sharp Zaurus"
config TARGET_IPAQ
boolean "iPAQ"
config TARGET_RAMSES
boolean "Ramses"
config TARGET_SIMPAD
boolean "SIMpad"
config TARGET_YOPY
boolean "Yopy 3500/3700"
endchoice
config OPTIMIZE
boolean "Use optimizations"
default "y" if ! TARGET_X86
+# added for threaded compile
+config THREADED
+ boolean "Enable threaded build"
+ default "n"
+
config DEBUG
boolean "Enable debug builds"
default n
config RELEASE
bool
default y
depends !DEBUG
config QUICK_LAUNCH
boolean "Enable Quick Launch"
default n
config QUICKLAUNCH_PATH
string "Path to quicklauncher"
default "./quicklauncher" if TARGET_X86
default "/opt/QtPalmtop/bin/quicklauncher" if ! TARGET_X86
config SPECFILE
string
default "qws/linux-generic-g++" if TARGET_X86 && (! X11)
default "linux-g++" if TARGET_X86 && X11
default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11)
default "linux-g++" if TARGET_SHARP && X11
default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11)