Added sit class file for gcc-4.6.

Note: Installation path is ".../gnu/4.6" and not ".../gnu/4.6.0"!
This commit is contained in:
Christoph Niethammer 2011-03-31 10:47:29 +00:00
parent fb53bd4bcb
commit 316a00aefb

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

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