author | kergoth <kergoth> | 2002-11-06 00:23:35 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-06 00:23:35 (UTC) |
commit | 2129e9cd500a7755062c93f3b9ea325b9368ea37 (patch) (unidiff) | |
tree | a35fac4ec75b5533142b4aac6a3a708d55e060e9 /config.in.in | |
parent | b461afb1563d0af5cdd1705b61f9c920ad124907 (diff) | |
download | opie-2129e9cd500a7755062c93f3b9ea325b9368ea37.zip opie-2129e9cd500a7755062c93f3b9ea325b9368ea37.tar.gz opie-2129e9cd500a7755062c93f3b9ea325b9368ea37.tar.bz2 |
custom.h rule
-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 | |||
@@ -40,8 +40,13 @@ config SPECFILE | |||
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 |