mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
Fix adding versions for the core C compiler.
This commit is contained in:
parent
aa6ae43fd7
commit
f384c530ad
@ -99,10 +99,10 @@ for ver in ${VERSION}; do
|
||||
L5=" default \"${ver}\" if ${cat}_${TOOL_SUFFIX}_V_${v}"
|
||||
FILE="config/${tool_prefix}${tool}_headers_${tool_suffix}.in"
|
||||
else
|
||||
L1="config ${cat}${MIDDLE}_V_${v}\n"
|
||||
L1="config ${cat}${MIDDLE_V}_V_${v}\n"
|
||||
L2=" bool\n"
|
||||
L3=" prompt \"${ver}\"\n"
|
||||
L5=" default \"${ver}\" if ${cat}${MIDDLE}_V_${v}"
|
||||
L5=" default \"${ver}\" if ${cat}${MIDDLE_V}_V_${v}"
|
||||
FILE="config/${tool_prefix}${MIDDLE_F}${tool}.in"
|
||||
fi
|
||||
[ -n "${EXP}" ] && DEP="${DEP} && EXPERIMENTAL"
|
||||
|
Loading…
x
Reference in New Issue
Block a user