-rw-r--r-- | config.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -37,2 +37,5 @@ choice + config TARGET_SIMPAD + boolean "SIMpad" + endchoice @@ -63,2 +66,4 @@ config SPECFILE default "linux-g++" if TARGET_RAMSES && X11 + default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) + default "linux-g++" if TARGET_SIMPAD && X11 @@ -69,2 +74,3 @@ config CUSTOMFILE default "custom-ramses.h" if TARGET_RAMSES + default "custom-ipaq.h" if TARGET_SIMPAD @@ -77,2 +83,3 @@ config OPTIMIZATIONS 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 |