Unidiff1 files changed, 6 insertions, 0 deletions
|
diff --git a/config.in b/config.in index ddbc93b..4db0204 100644 --- a/ config.in+++ b/ config.in |
|
@@ -25,4 +25,7 @@ choice |
25 | boolean "SIMpad" |
25 | boolean "SIMpad" |
26 | |
26 | |
| |
27 | config TARGET_YOPY |
| |
28 | boolean "Yopy 3500/3700" |
| |
29 | |
27 | endchoice |
30 | endchoice |
28 | |
31 | |
@@ -59,4 +62,5 @@ config SPECFILE |
59 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) |
62 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) |
60 | default "linux-g++" if TARGET_SIMPAD && X11 |
63 | default "linux-g++" if TARGET_SIMPAD && X11 |
| |
64 | default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) |
61 | |
65 | |
62 | config CUSTOMFILE |
66 | config CUSTOMFILE |
@@ -66,4 +70,5 @@ config CUSTOMFILE |
66 | default "custom-ramses.h" if TARGET_RAMSES |
70 | default "custom-ramses.h" if TARGET_RAMSES |
67 | default "custom-ipaq.h" if TARGET_SIMPAD |
71 | default "custom-ipaq.h" if TARGET_SIMPAD |
| |
72 | default "custom-yopy.h" if TARGET_YOPY |
68 | |
73 | |
69 | config OPTIMIZATIONS |
74 | config OPTIMIZATIONS |
@@ -71,4 +76,5 @@ config OPTIMIZATIONS |
71 | depends OPTIMIZE |
76 | depends OPTIMIZE |
72 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ |
77 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ |
| |
78 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY |
73 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
79 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
74 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES |
80 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES |
|