2021-01-09 14:41:16 by Jasper Lievisse Adriaanse | Files touched by this commit (18) |
Log message:
fix building the various gcc crosscompilers on powerpc64 by redefining vec_step as clang
already defines this symbol itself.
this approach was discussed with upstream gcc by, and patch copied from, freeBSD
|
2019-05-29 14:33:34 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message:
Mark BROKEN on sparc64
From the error log:
build/genmddeps /usr/ports/pobj/xtensa-elf-gcc-6.3.0/gcc-6.3.0/gcc/common.md /usr/ports/pobj/xtensa-elf-gcc-6.3.0/gcc-6.3.0/gcc/config/xtensa/xtensa.md > tmp-mddeps
Illegal instruction (core dumped)
|
2018-10-26 23:48:32 by Anthony J. Bentley | Files touched by this commit (2) |
Log message:
Fix packaging due to bad value in PLIST.
While here, delete some irrelevant configure options, suggested
by bcallah@.
|
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message:
Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.
This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -
- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.
- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.
devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
|
2018-04-09 00:29:21 by Anthony J. Bentley | Files touched by this commit (1) |
Log message:
Fix build with clang 6.
|