summaryrefslogtreecommitdiff
path: root/config.in
Unidiff
Diffstat (limited to 'config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.in b/config.in
index ddbc93b..4db0204 100644
--- a/config.in
+++ b/config.in
@@ -15,24 +15,27 @@ choice
15 config TARGET_SHARP 15 config TARGET_SHARP
16 boolean "Sharp Zaurus" 16 boolean "Sharp Zaurus"
17 17
18 config TARGET_IPAQ 18 config TARGET_IPAQ
19 boolean "iPAQ" 19 boolean "iPAQ"
20 20
21 config TARGET_RAMSES 21 config TARGET_RAMSES
22 boolean "Ramses" 22 boolean "Ramses"
23 23
24 config TARGET_SIMPAD 24 config TARGET_SIMPAD
25 boolean "SIMpad" 25 boolean "SIMpad"
26 26
27 config TARGET_YOPY
28 boolean "Yopy 3500/3700"
29
27endchoice 30endchoice
28 31
29config OPTIMIZE 32config OPTIMIZE
30 boolean "Use optimizations" 33 boolean "Use optimizations"
31 default "y" if ! TARGET_X86 34 default "y" if ! TARGET_X86
32 35
33config DEBUG 36config DEBUG
34 boolean "Enable debug builds" 37 boolean "Enable debug builds"
35 default n 38 default n
36config RELEASE 39config RELEASE
37 bool 40 bool
38 default y 41 default y
@@ -49,36 +52,39 @@ config OPIE_NO_OVERRIDE_QT
49config SPECFILE 52config SPECFILE
50 string 53 string
51 default "qws/linux-generic-g++" if TARGET_X86 && (! X11) 54 default "qws/linux-generic-g++" if TARGET_X86 && (! X11)
52 default "linux-g++" if TARGET_X86 && X11 55 default "linux-g++" if TARGET_X86 && X11
53 default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) 56 default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11)
54 default "linux-g++" if TARGET_SHARP && X11 57 default "linux-g++" if TARGET_SHARP && X11
55 default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) 58 default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11)
56 default "linux-g++" if TARGET_IPAQ && X11 59 default "linux-g++" if TARGET_IPAQ && X11
57 default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) 60 default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11)
58 default "linux-g++" if TARGET_RAMSES && X11 61 default "linux-g++" if TARGET_RAMSES && X11
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
62config CUSTOMFILE 66config CUSTOMFILE
63 string 67 string
64 default "custom-ipaq.h" if TARGET_IPAQ 68 default "custom-ipaq.h" if TARGET_IPAQ
65 default "custom-sharp.h" if TARGET_SHARP 69 default "custom-sharp.h" if TARGET_SHARP
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
69config OPTIMIZATIONS 74config OPTIMIZATIONS
70 string "Optimization flags" 75 string "Optimization flags"
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
75 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD 81 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD
76 82
77config EXPERIMENTAL 83config EXPERIMENTAL
78 bool "Prompt for development and/or incomplete items" 84 bool "Prompt for development and/or incomplete items"
79 default y 85 default y
80 86
81endmenu 87endmenu
82 88
83menu "Base" 89menu "Base"
84 choice 90 choice