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"
|
PACKAGE="gnu"
|
||||||
VERSION="4.7.2"
|
VERSION="4.7.2"
|
||||||
URL="http://gcc.gnu.org"
|
URL="http://gcc.gnu.org"
|
||||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
INSTALLER="Elke Flehmig <flehmig@hlrs.de>"
|
||||||
|
|
||||||
# Archive A and package name P
|
# Archive A and package name P
|
||||||
A=gcc-${VERSION}.tar.bz2
|
A=gcc-${VERSION}.tar.bz2
|
||||||
|
@ -31,6 +31,10 @@ src_unpack() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_posttest() {
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
||||||
# Other interesting configure options:
|
# Other interesting configure options:
|
||||||
CONFIGURE_OPTS=" \
|
CONFIGURE_OPTS=" \
|
||||||
--enable-languages=c,c++,fortran \
|
--enable-languages=c,c++,fortran \
|
||||||
|
|
Loading…
Reference in a new issue