📄 main.lkc
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -