summaryrefslogtreecommitdiff
path: root/config.in.in
authorkergoth <kergoth>2002-11-06 00:23:35 (UTC)
committer kergoth <kergoth>2002-11-06 00:23:35 (UTC)
commit2129e9cd500a7755062c93f3b9ea325b9368ea37 (patch) (side-by-side diff)
treea35fac4ec75b5533142b4aac6a3a708d55e060e9 /config.in.in
parentb461afb1563d0af5cdd1705b61f9c920ad124907 (diff)
downloadopie-2129e9cd500a7755062c93f3b9ea325b9368ea37.zip
opie-2129e9cd500a7755062c93f3b9ea325b9368ea37.tar.gz
opie-2129e9cd500a7755062c93f3b9ea325b9368ea37.tar.bz2
custom.h rule
Diffstat (limited to 'config.in.in') (more/less context) (ignore whitespace changes)
-rw-r--r--config.in.in5
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
@@ -1,54 +1,59 @@
mainmenu "Opie Configuration"
menu "Build Parameters"
#choice
# prompt "Build Processor family"
# default BUILD_X86
# help
# Please select the architecture of the machine you will be
# building the OpenZaurus buildroot on.
#
# config BUILD_X86
# boolean "X86 Architecture"
#
#endchoice
choice
prompt "Target Machine"
default TARGET_X86
help
Please select the architecture of the machine you will be
building the OpenZaurus buildroot for.
config TARGET_X86
boolean "Intel X86"
config TARGET_SHARP
boolean "Sharp Zaurus SL-5x00 - stock"
# config TARGET_OZ
# boolean "Sharp Zaurus SL-5x00 - OpenZaurus"
config TARGET_IPAQ
boolean "Ipaq"
endchoice
config SPECFILE
string
default "linux-generic-g++" if TARGET_X86
default "linux-sharp-g++" if TARGET_SHARP
# default "linux-oz-g++" if TARGET_OZ
default "linux-ipaq-g++" if TARGET_IPAQ
+config CUSTOMFILE
+ string
+ default "custom-ipaq.h" if TARGET_IPAQ
+ default "custom-sharp.h" if TARGET_SHARP
+
#config CROSS
# string "Crosscompilation prefix"
# default "arm-linux-"
# help
# Crosscompilation prefix is the prefix which will be prepended
# to all compilation commands. For example, a crosscompilation prefix
# of arm-linux-, results in the build calling arm-linux-gcc as its CC.
endmenu
@sources@