sit/packages/compiler/gcc-4.6.1

22 lines
392 B
Groff
Raw Normal View History

2011-08-11 07:22:37 +00:00
#!/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
"