From 7b06627cd5083cac80a584b2d85dbb4d03b6c1df Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 03 Jun 2003 15:20:05 +0000 Subject: simpad --- diff --git a/config.in b/config.in index 57036a9..f930b2e 100644 --- a/config.in +++ b/config.in @@ -35,6 +35,9 @@ choice config TARGET_RAMSES boolean "Ramses" + config TARGET_SIMPAD + boolean "SIMpad" + endchoice config OPTIMIZE @@ -61,12 +64,15 @@ config SPECFILE default "linux-g++" if TARGET_IPAQ && X11 default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) default "linux-g++" if TARGET_RAMSES && X11 + default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) + default "linux-g++" if TARGET_SIMPAD && 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 config OPTIMIZATIONS @@ -75,6 +81,7 @@ config OPTIMIZATIONS 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_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 #config CROSS # string "Crosscompilation prefix" -- cgit v0.9.0.2