sit/packages/compiler/gcc-4.6
Christoph Niethammer 316a00aefb Added sit class file for gcc-4.6.
Note: Installation path is ".../gnu/4.6" and not ".../gnu/4.6.0"!
2024-03-28 02:43:56 +01:00

21 lines
389 B
Bash
Executable file

#!/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
"