Clean up the gcc package (#3511)

* Clean up the gcc package

* Add preliminary testing support

* Older versions of GCC do not depend on MPC

* DejaGnu 1.4.4 cannot be built in parallel

* Fix GCC test dir

* Add two more deps required to run the testsuite
This commit is contained in:
Adam J. Stewart
2017-03-24 14:56:22 -05:00
committed by GitHub
parent 268d48b407
commit 1fe987949f
2 changed files with 34 additions and 20 deletions

View File

@@ -37,3 +37,7 @@ class Dejagnu(AutotoolsPackage):
depends_on('expect')
depends_on('tcl@8.5:')
# DejaGnu 1.4.4 cannot be built in parallel
# `make check` also fails but this can be ignored
parallel = False