summaryrefslogtreecommitdiff
authoreilers <eilers>2004-12-20 16:02:59 (UTC)
committer eilers <eilers>2004-12-20 16:02:59 (UTC)
commit68ae26d1e6368ec73acf11d09067820fc882f402 (patch) (unidiff)
tree16726c742f96e2659abd41d5596549e2163de641
parent3877c5de73003ca03888a35c7f6905b65f3ba602 (diff)
downloadopie-68ae26d1e6368ec73acf11d09067820fc882f402.zip
opie-68ae26d1e6368ec73acf11d09067820fc882f402.tar.gz
opie-68ae26d1e6368ec73acf11d09067820fc882f402.tar.bz2
Added a switch to disable automatic use of ccache. Needed for darwin based systems..
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.in b/config.in
index 8cffa38..d9659be 100644
--- a/config.in
+++ b/config.in
@@ -90,48 +90,52 @@ config SPECFILE
90 default "qws/linux-oe-g++" if TARGET_OE && (!X11) 90 default "qws/linux-oe-g++" if TARGET_OE && (!X11)
91 91
92config CUSTOMFILE 92config CUSTOMFILE
93 string 93 string
94 default "custom-ipaq.h" if TARGET_IPAQ 94 default "custom-ipaq.h" if TARGET_IPAQ
95 default "custom-sharp.h" if TARGET_SHARP 95 default "custom-sharp.h" if TARGET_SHARP
96 default "custom-ramses.h" if TARGET_RAMSES 96 default "custom-ramses.h" if TARGET_RAMSES
97 default "custom-ipaq.h" if TARGET_SIMPAD 97 default "custom-ipaq.h" if TARGET_SIMPAD
98 default "custom-yopy.h" if TARGET_YOPY 98 default "custom-yopy.h" if TARGET_YOPY
99 99
100config OPTIMIZATIONS 100config OPTIMIZATIONS
101 string "Optimization flags" 101 string "Optimization flags"
102 depends OPTIMIZE 102 depends OPTIMIZE
103 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ 103 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ
104 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY 104 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY
105 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP 105 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP
106 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES 106 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES
107 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD 107 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD
108 default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700 108 default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700
109 109
110config EXPERIMENTAL 110config EXPERIMENTAL
111 bool "Prompt for development and/or incomplete items" 111 bool "Prompt for development and/or incomplete items"
112 default y 112 default y
113 113
114config USE_CCACHE
115 bool "Use ccache, if available?"
116 default y
117
114endmenu 118endmenu
115 119
116menu "Configuration" 120menu "Configuration"
117config OPIE_NO_OVERRIDE_QT 121config OPIE_NO_OVERRIDE_QT
118 boolean "Build Opie against an unpatched version of Qt" 122 boolean "Build Opie against an unpatched version of Qt"
119 default n 123 default n
120 124
121config OPIE_NO_ERASERECT_FIX 125config OPIE_NO_ERASERECT_FIX
122 boolean "Disable Fixup eraseRect for HancomMobileWord,neocal.. to make libopiecore work on Sharps libqpe" 126 boolean "Disable Fixup eraseRect for HancomMobileWord,neocal.. to make libopiecore work on Sharps libqpe"
123 default n 127 default n
124 128
125config OPIE_NO_BUILTIN_SHUTDOWN 129config OPIE_NO_BUILTIN_SHUTDOWN
126 boolean "Disable the built in shutdown application" 130 boolean "Disable the built in shutdown application"
127 default y 131 default y
128 132
129config OPIE_NO_BUILTIN_CALIBRATE 133config OPIE_NO_BUILTIN_CALIBRATE
130 boolean "Disable the built in calibrate application" 134 boolean "Disable the built in calibrate application"
131 default y if TARGET_YOPY 135 default y if TARGET_YOPY
132 default n if ! TARGET_YOPY 136 default n if ! TARGET_YOPY
133 137
134config OPIE_SOUND_FRAGMENT_SHIFT 138config OPIE_SOUND_FRAGMENT_SHIFT
135 string "The sound fragment used in Opie Player I" 139 string "The sound fragment used in Opie Player I"
136 default "14" if TARGET_IPAQ 140 default "14" if TARGET_IPAQ
137 default "16" if ! TARGET_IPAQ 141 default "16" if ! TARGET_IPAQ