make check ausfuehren (nach make, vor make install)
This commit is contained in:
parent
660bd53efc
commit
54b20efa31
1 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,7 @@ CATEGORY="compiler"
|
|||
PACKAGE="gnu"
|
||||
VERSION="4.7.2"
|
||||
URL="http://gcc.gnu.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
INSTALLER="Elke Flehmig <flehmig@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=gcc-${VERSION}.tar.bz2
|
||||
|
@ -31,6 +31,10 @@ src_unpack() {
|
|||
fi
|
||||
}
|
||||
|
||||
src_posttest() {
|
||||
make check
|
||||
}
|
||||
|
||||
# Other interesting configure options:
|
||||
CONFIGURE_OPTS=" \
|
||||
--enable-languages=c,c++,fortran \
|
||||
|
|
Loading…
Reference in a new issue