author | mickeyl <mickeyl> | 2003-06-03 15:20:05 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-06-03 15:20:05 (UTC) |
commit | 7b06627cd5083cac80a584b2d85dbb4d03b6c1df (patch) (unidiff) | |
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
@@ -34,8 +34,11 @@ choice | |||
34 | 34 | ||
35 | config TARGET_RAMSES | 35 | config TARGET_RAMSES |
36 | boolean "Ramses" | 36 | boolean "Ramses" |
37 | 37 | ||
38 | config TARGET_SIMPAD | ||
39 | boolean "SIMpad" | ||
40 | |||
38 | endchoice | 41 | endchoice |
39 | 42 | ||
40 | config OPTIMIZE | 43 | config OPTIMIZE |
41 | boolean "Use optimizations" | 44 | boolean "Use optimizations" |
@@ -60,22 +63,26 @@ config SPECFILE | |||
60 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) | 63 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) |
61 | default "linux-g++" if TARGET_IPAQ && X11 | 64 | default "linux-g++" if TARGET_IPAQ && X11 |
62 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) | 65 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) |
63 | default "linux-g++" if TARGET_RAMSES && X11 | 66 | default "linux-g++" if TARGET_RAMSES && X11 |
67 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) | ||
68 | default "linux-g++" if TARGET_SIMPAD && X11 | ||
64 | 69 | ||
65 | config CUSTOMFILE | 70 | config CUSTOMFILE |
66 | string | 71 | string |
67 | default "custom-ipaq.h" if TARGET_IPAQ | 72 | default "custom-ipaq.h" if TARGET_IPAQ |
68 | default "custom-sharp.h" if TARGET_SHARP | 73 | default "custom-sharp.h" if TARGET_SHARP |
69 | default "custom-ramses.h" if TARGET_RAMSES | 74 | default "custom-ramses.h" if TARGET_RAMSES |
75 | default "custom-ipaq.h" if TARGET_SIMPAD | ||
70 | 76 | ||
71 | 77 | ||
72 | config OPTIMIZATIONS | 78 | config OPTIMIZATIONS |
73 | string "Optimization flags" | 79 | string "Optimization flags" |
74 | depends OPTIMIZE | 80 | depends OPTIMIZE |
75 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ | 81 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ |
76 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP | 82 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
77 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES | 83 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES |
84 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD | ||
78 | 85 | ||
79 | #config CROSS | 86 | #config CROSS |
80 | # string "Crosscompilation prefix" | 87 | # string "Crosscompilation prefix" |
81 | # default "arm-linux-" | 88 | # default "arm-linux-" |