author | eilers <eilers> | 2004-12-20 16:02:59 (UTC) |
---|---|---|
committer | eilers <eilers> | 2004-12-20 16:02:59 (UTC) |
commit | 68ae26d1e6368ec73acf11d09067820fc882f402 (patch) (side-by-side diff) | |
tree | 16726c742f96e2659abd41d5596549e2163de641 | |
parent | 3877c5de73003ca03888a35c7f6905b65f3ba602 (diff) | |
download | opie-68ae26d1e6368ec73acf11d09067820fc882f402.zip opie-68ae26d1e6368ec73acf11d09067820fc882f402.tar.gz opie-68ae26d1e6368ec73acf11d09067820fc882f402.tar.bz2 |
Added a switch to disable automatic use of ccache. Needed for darwin based systems..
-rw-r--r-- | config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -90,48 +90,52 @@ config SPECFILE default "qws/linux-oe-g++" if TARGET_OE && (!X11) config CUSTOMFILE string default "custom-ipaq.h" if TARGET_IPAQ default "custom-sharp.h" if TARGET_SHARP default "custom-ramses.h" if TARGET_RAMSES default "custom-ipaq.h" if TARGET_SIMPAD default "custom-yopy.h" if TARGET_YOPY config OPTIMIZATIONS string "Optimization flags" depends OPTIMIZE default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700 config EXPERIMENTAL bool "Prompt for development and/or incomplete items" default y +config USE_CCACHE + bool "Use ccache, if available?" + default y + endmenu menu "Configuration" config OPIE_NO_OVERRIDE_QT boolean "Build Opie against an unpatched version of Qt" default n config OPIE_NO_ERASERECT_FIX boolean "Disable Fixup eraseRect for HancomMobileWord,neocal.. to make libopiecore work on Sharps libqpe" default n config OPIE_NO_BUILTIN_SHUTDOWN boolean "Disable the built in shutdown application" default y config OPIE_NO_BUILTIN_CALIBRATE boolean "Disable the built in calibrate application" default y if TARGET_YOPY default n if ! TARGET_YOPY config OPIE_SOUND_FRAGMENT_SHIFT string "The sound fragment used in Opie Player I" default "14" if TARGET_IPAQ default "16" if ! TARGET_IPAQ |