main.lkc

来自「coldfire MCF5445X基于unix平台的BSP」· LKC 代码 · 共 77 行

LKC
77
字号
# constants (forced values)config CONFIG_TITLE    string    default "LTIB: Host support packages"config PLATFORM_COMMENT    string    default "Host support packages"config VENDOR    string    default "Freescale"config PLATFORM    string    default hostconfig GNUTARCH    string    default buildarchconfig LINTARCH    string    default buildarchconfig CFGHOST    string    default buildarch# capabilities if different from defaults.lkcconfig CAP_UCLIBC    bool    default nsource ../../userspace/endian.lkcsource ../../userspace/libc_type.lkccomment "Choose your toolchain"choice    prompt "Toolchain"    default TOOLCHAIN_CUSTOM    help        This menu will help you choose the cross toolchain to use to build        your packages with.  If you choose none, you can enter the        path to your toolchain by hand    config TOOLCHAIN_CUSTOM        bool "custom"endchoiceconfig TOOLCHAIN    string    default "TODO" if TOOLCHAIN1config TOOLCHAIN_PATH    string    default "/usr"    string "Supply your toolchain path" if TOOLCHAIN_CUSTOMconfig TOOLCHAIN_PREFIX    string    default  "" if TOOLCHAIN_CUSTOMconfig TOOLCHAIN_CFLAGS    string    default ""    string "Enter any CFLAGS for gcc/g++"    help        This option lets you set flags that will be passed to gcc/g++        These will be injected by the spoofing mechanism, so they        only work if you reference the compiler as gcc/g++ in your        rpm spec files (you cannot say for instance powerpc-linux-gcc)source ../../userspace/distro.lkcsource ../../userspace/packages.lkcsource ../../userspace/defaults.lkc

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?