author | kergoth <kergoth> | 2003-01-16 04:39:25 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 04:39:25 (UTC) |
commit | 21cee2677c4a480f00675cdc9160e5d7e97e7122 (patch) (side-by-side diff) | |
tree | a2e3b3f9675949fae2cf57e0f7b44441e7bfa06c /config.in.in | |
parent | 7ffd4623880396f07e34faf195f8c131218cf682 (diff) | |
download | opie-21cee2677c4a480f00675cdc9160e5d7e97e7122.zip opie-21cee2677c4a480f00675cdc9160e5d7e97e7122.tar.gz opie-21cee2677c4a480f00675cdc9160e5d7e97e7122.tar.bz2 |
*** empty log message ***
-rw-r--r-- | config.in.in | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/config.in.in b/config.in.in deleted file mode 100644 index 679292f..0000000 --- a/config.in.in +++ b/dev/null @@ -1,73 +0,0 @@ -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 OPTIMIZE - boolean "Use optimizations" - default "y" if ! TARGET_X86 - -config SPECFILE - string - default "qws/linux-generic-g++" if TARGET_X86 && (! X11) - default "linux-g++" if TARGET_X86 && X11 - default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) - default "linux-g++" if TARGET_SHARP && X11 -# default "linux-oz-g++" if TARGET_OZ - default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) - default "linux-g++" if TARGET_IPAQ && X11 - -config CUSTOMFILE - string - default "custom-ipaq.h" if TARGET_IPAQ - default "custom-sharp.h" if TARGET_SHARP - - -config OPTIMIZATIONS - string "Optimization flags" - depends OPTIMIZE - default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ - default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" 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@ |