gcc.build: pkgversion changed

This commit is contained in:
2014-08-29 17:02:19 +02:00
parent 499a69be55
commit 41bbe3611c

View File

@@ -11,7 +11,7 @@ function em.configure() {
--with-mpc="${MPC_PREFIX}" \
--enable-lto \
--disable-multilib \
--with-pkgversion="PSI Environment Module $COMPILER $COMPILER_VERSION" \
--with-pkgversion="PSI Environment Module" \
|| exit 1
}