From 41bbe3611ca9b01292d4c76e4599de36b044d7df Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 29 Aug 2014 17:02:19 +0200 Subject: [PATCH] gcc.build: pkgversion changed --- scripts/gcc.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gcc.build b/scripts/gcc.build index a1bf78c..35de77f 100755 --- a/scripts/gcc.build +++ b/scripts/gcc.build @@ -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 }