mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-24 15:06:42 +00:00
10c0f278e9
It does not make much sense to have alphaev67 example use -mcpu=ev67, does it? Signed-off-by: Alexey Neyman <stilor@att.net>
10 lines
213 B
Plaintext
10 lines
213 B
Plaintext
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
|
|
CT_SAVE_TARBALLS=y
|
|
CT_LOG_EXTRA=y
|
|
CT_ARCH_CPU="ev67"
|
|
CT_ARCH_ALPHA_EV67=y
|
|
CT_KERNEL_linux=y
|
|
CT_BINUTILS_PLUGINS=y
|
|
# CT_CC_GCC_ENABLE_TARGET_OPTSPACE is not set
|
|
CT_CC_LANG_CXX=y
|