-rw-r--r-- | config.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -36,4 +36,7 @@ choice boolean "Ramses" + config TARGET_SIMPAD + boolean "SIMpad" + endchoice @@ -62,4 +65,6 @@ config SPECFILE 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 @@ -68,4 +73,5 @@ config CUSTOMFILE default "custom-sharp.h" if TARGET_SHARP default "custom-ramses.h" if TARGET_RAMSES + default "custom-ipaq.h" if TARGET_SIMPAD @@ -76,4 +82,5 @@ config OPTIMIZATIONS 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 |