author | mickeyl <mickeyl> | 2003-06-03 15:20:05 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-06-03 15:20:05 (UTC) |
commit | 7b06627cd5083cac80a584b2d85dbb4d03b6c1df (patch) (side-by-side diff) | |
tree | 1386ea0676057c47d9874b61d460ce98b3c42194 | |
parent | 70e66ff8e57cdc16f208af52f6aa415153b31668 (diff) | |
download | opie-7b06627cd5083cac80a584b2d85dbb4d03b6c1df.zip opie-7b06627cd5083cac80a584b2d85dbb4d03b6c1df.tar.gz opie-7b06627cd5083cac80a584b2d85dbb4d03b6c1df.tar.bz2 |
simpad
-rw-r--r-- | config.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" |