remove old versions
This commit is contained in:
parent
844570eb2f
commit
13ca3cd574
2 changed files with 0 additions and 42 deletions
|
@ -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
|
|
||||||
"
|
|
|
@ -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
|
|
||||||
"
|
|
Loading…
Reference in a new issue