-rw-r--r-- | config.in.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.in.in b/config.in.in index 2de0cbc..41998d4 100644 --- a/config.in.in +++ b/config.in.in | |||
@@ -28,27 +28,32 @@ choice | |||
28 | 28 | ||
29 | # config TARGET_OZ | 29 | # config TARGET_OZ |
30 | # boolean "Sharp Zaurus SL-5x00 - OpenZaurus" | 30 | # boolean "Sharp Zaurus SL-5x00 - OpenZaurus" |
31 | 31 | ||
32 | config TARGET_IPAQ | 32 | config TARGET_IPAQ |
33 | boolean "Ipaq" | 33 | boolean "Ipaq" |
34 | 34 | ||
35 | endchoice | 35 | endchoice |
36 | 36 | ||
37 | config SPECFILE | 37 | config SPECFILE |
38 | string | 38 | string |
39 | default "linux-generic-g++" if TARGET_X86 | 39 | default "linux-generic-g++" if TARGET_X86 |
40 | default "linux-sharp-g++" if TARGET_SHARP | 40 | default "linux-sharp-g++" if TARGET_SHARP |
41 | # default "linux-oz-g++" if TARGET_OZ | 41 | # default "linux-oz-g++" if TARGET_OZ |
42 | default "linux-ipaq-g++" if TARGET_IPAQ | 42 | default "linux-ipaq-g++" if TARGET_IPAQ |
43 | 43 | ||
44 | config CUSTOMFILE | ||
45 | string | ||
46 | default "custom-ipaq.h" if TARGET_IPAQ | ||
47 | default "custom-sharp.h" if TARGET_SHARP | ||
48 | |||
44 | #config CROSS | 49 | #config CROSS |
45 | # string "Crosscompilation prefix" | 50 | # string "Crosscompilation prefix" |
46 | # default "arm-linux-" | 51 | # default "arm-linux-" |
47 | # help | 52 | # help |
48 | # Crosscompilation prefix is the prefix which will be prepended | 53 | # Crosscompilation prefix is the prefix which will be prepended |
49 | # to all compilation commands. For example, a crosscompilation prefix | 54 | # to all compilation commands. For example, a crosscompilation prefix |
50 | # of arm-linux-, results in the build calling arm-linux-gcc as its CC. | 55 | # of arm-linux-, results in the build calling arm-linux-gcc as its CC. |
51 | 56 | ||
52 | endmenu | 57 | endmenu |
53 | 58 | ||
54 | @sources@ | 59 | @sources@ |