remove old versions

This commit is contained in:
Elke Flehmig 2014-08-28 08:24:20 +00:00 committed by Christoph Niethammer
parent 844570eb2f
commit 13ca3cd574
2 changed files with 0 additions and 42 deletions

View file

@ -1,21 +0,0 @@
#!/bin/sh
# sit class file
#
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
#
CATEGORY="compiler"
PACKAGE="gnu"
VERSION="4.6"
URL="http://gcc.gnu.org"
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
# Archive A and package name P
A=gcc-4.6.0.tar.bz2
P=gcc-4.6.0
# Other interesting configure options:
CONFIGURE_OPTS="
--enable-languages=all,go
"

View file

@ -1,21 +0,0 @@
#!/bin/sh
# sit class file
#
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
#
CATEGORY="compiler"
PACKAGE="gnu"
VERSION="4.6.1"
URL="http://gcc.gnu.org"
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
# Archive A and package name P
A=gcc-${VERSION}.tar.bz2
P=gcc-${VERSION}
# Other interesting configure options:
CONFIGURE_OPTS="
--enable-languages=all,go
"