diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2019-03-07 09:55:52 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2019-03-07 09:55:52 +0000 |
commit | 64543dd9a7fdeaea759461659a74230ee26d51b4 (patch) | |
tree | 58449b5c19c1ac21553f68baf5a9e74762c438ca /lang/gcc8/pkg-descr | |
parent | 9cc67e495ac2b0c4bbe705e7b37098496396c629 (diff) | |
download | ports-64543dd9a7fdeaea759461659a74230ee26d51b4.tar.gz ports-64543dd9a7fdeaea759461659a74230ee26d51b4.zip |
No longer require a not too old version of GCC to build on powerpc64, but
rely on the system compiler (even if that means we need to be explicitly
conservative when it comes to optimizations). [1]
Simplify the creation of the multilib-related sub-directory tree on
powerpc64 and avoid leaving an empty directory behind on the way. [2]
Sync pkg-descr with lang/gcc7-devel, in particular after r442530 there.
PR: 235975 [1], 235964 [2], 231804 [2]
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> [1]
Discussed with: Piotr Kubaj <pkubaj@anongoth.pl> [2]
Notes
Notes:
svn path=/head/; revision=494921
Diffstat (limited to 'lang/gcc8/pkg-descr')
-rw-r--r-- | lang/gcc8/pkg-descr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc8/pkg-descr b/lang/gcc8/pkg-descr index 4685f20de855..6269fd42b1fd 100644 --- a/lang/gcc8/pkg-descr +++ b/lang/gcc8/pkg-descr @@ -1,6 +1,6 @@ -GCC, the GNU Compiler Collection, supports a number of languages. This -port installs the C, C++, and Fortran front ends as gcc8, g++8, gfortran8, -respectively. +GCC, the GNU Compiler Collection, supports a number of languages. +This port installs the C, C++, and Fortran front ends as gcc8, g++8, +and gfortran8, respectively. WWW: https://gcc.gnu.org |