diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-01-18 21:40:32 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-01-18 21:40:32 +0000 |
commit | decf8030dfd08b66052406aaa1b39ff2d405fb11 (patch) | |
tree | 3b053db31e75bf49595264ce8231305b0257a88b | |
parent | Update to the 20170115 development snapshot of GCC 7. (diff) |
No longer BROKEN on powerpc64 according to andreast@.
Notes
Notes:
svn path=/head/; revision=431830
-rw-r--r-- | lang/gcc6/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/gcc6/Makefile b/lang/gcc6/Makefile index 88f639e75def..c545021c2aad 100644 --- a/lang/gcc6/Makefile +++ b/lang/gcc6/Makefile @@ -13,8 +13,6 @@ COMMENT= GNU Compiler Collection 6 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libmpc.so:math/mpc |