Added sit class file for gcc 4.6.1.

This commit is contained in:
Christoph Niethammer 2011-08-11 07:22:37 +00:00
parent fea5008127
commit b3ae8e4c17

21
packages/compiler/gcc-4.6.1 Executable file
View file

@ -0,0 +1,21 @@
#!/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
"