We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2eda4 commit 4295c16Copy full SHA for 4295c16
build/build.sh
@@ -138,7 +138,11 @@ else
138
if [[ "${MAJOR}" -ge 12 ]]; then CONFIG+=" --enable-libstdcxx-backtrace=yes"; fi
139
140
# Languages introduced in 13
141
- if [[ "${MAJOR}" -ge 13 ]]; then LANGUAGES=${LANGUAGES},rust,m2; fi
+ if [[ "${MAJOR}" -ge 13 ]]; then LANGUAGES=${LANGUAGES},m2; fi
142
+
143
+ # Languages introduced in 14
144
+ if [[ "${MAJOR}" -ge 14 ]]; then LANGUAGES=${LANGUAGES},rust; fi
145
146
fi
147
FULLNAME=gcc-${VERSION}
148
OUTPUT=${ROOT}/${FULLNAME}.tar.xz
0 commit comments