Unidiff1 files changed, 7 insertions, 0 deletions
|
diff --git a/config.in b/config.in index 57036a9..f930b2e 100644 --- a/ config.in+++ b/ config.in |
|
@@ -37,2 +37,5 @@ choice |
37 | |
37 | |
| |
38 | config TARGET_SIMPAD |
| |
39 | boolean "SIMpad" |
| |
40 | |
38 | endchoice |
41 | endchoice |
@@ -63,2 +66,4 @@ config SPECFILE |
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 | |
@@ -69,2 +74,3 @@ config CUSTOMFILE |
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 | |
@@ -77,2 +83,3 @@ config OPTIMIZATIONS |
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 | |
|