non port: devel/amd64-gcc/pkg-plist |
SVNWeb
|
Number of commits found: 11 |
Fri, 18 Jun 2021
|
[ 15:29 John Baldwin (jhb) ] 39c7b01 (Only the first 10 of 33 ports in this commit are shown above. )
devel/*{-xtoolchain,}-gcc: Retire the old GCC external toolchain ports.
These have been supplanted by the devel/freebsd-gcc6 port which uses
separate flavors for each target architecture and bundles the
CROSS_TOOLCHAIN makefile.
Feedback from: jrm
Reviewed by: lwhsu, bapt
Differential Revision: https://reviews.freebsd.org/D30765
|
Fri, 27 Jul 2018
|
[ 15:57 jhb ]
Cleanup packing lists for xtoolchain gcc packages.
- Add missing entries for gcov-dump and the gcov-tool manpage to the
various xtoolchain gcc ports.
- Add gcov-dump to the post-install loops that handle optional renaming
of tools and manpages.
Reviewed by: kan
Differential Revision: https://reviews.freebsd.org/D16465
|
Wed, 25 Jul 2018
|
[ 00:50 jhb ]
Drop builtin float.h for amd64-gcc.
GCC's builtin <float.h> header is not compatible with
sys/x86/include/float.h. Drop the builtin header for now. If at
some point GCC's notion of floating point constants for i386 can
converge with sys/x86/include/float.h this can be restored.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D16073
|
Fri, 23 Mar 2018
|
[ 23:53 jhb ]
Fix --sysroot for cross-toolchain GCC packages
By default, GCC assumes that a cross compiler should not have any valid
initial include or library paths aside from /usr/local/lib/gcc/<mumble>/.
This means that one cannot use --sysroot to point to a system root for
another architecture and have GCC automatically look for headers in
${sysroot}/usr/include, etc. Currently we workaround this in FreeBSD's
build system with explicit -isystem, -B, and -L directives. However,
this is cumbersome compared to clang (where a bare --sysroot DTRT)
especially when using the compiler to build other software (such as test
programs, etc.).
One can override GCC's assumption and force it to assume that it should
honor --sysroot by setting the '--with-sysroot' option to force GCC to
assume a specific system root. By setting this to '/', this means that (Only the first 15 lines of the commit message are shown above )
|
Sat, 27 May 2017
|
[ 00:29 kan ]
Make sure <arch-gcc> come with consistent content
Expand hackery in post-install target to
make sure that we always end up with same set of
$GCC_TARGET-prefixed files no matter if port is
built for cross target or for native target to be
used as external toolchain.
Take over the maintainership.
Reviewed by: emaste, imp, bapt
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D10537
|
Thu, 29 Dec 2016
|
[ 14:01 bapt ]
Yet another plist fix
Reported by: cognet
Pointyhat to: bapt
|
[ 13:34 bapt ]
Fix plist
Reported by: cognet
|
Sat, 10 Dec 2016
|
[ 18:44 bapt ]
Update cross toolchain gcc to 6.2.0
Remove the powerpc64 patch which has been upstreamed
|
Sat, 31 Oct 2015
|
[ 00:11 bapt ]
Resurrect amd64 xtoolchain needed for build FreeBSD with gcc as an external
toolchain
|
Fri, 24 Apr 2015
|
[ 15:36 antoine ]
Fix packaging
Reported by: pkg-fallout
|
Sat, 29 Nov 2014
|
[ 14:46 bapt ]
Add an external toolchain suitable for amd64 target
|
Number of commits found: 11 |