|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
| #
9de4d0b1 |
| 31-Jan-2018 |
Glen Barber <[email protected]> |
Fix build by escaping a line break.
PR: 225597 Submitted by: cbnfinley at gmail.com Sponsored by: The FreeBSD Foundation
|
| #
2c4bb7e3 |
| 31-Jan-2018 |
John Baldwin <[email protected]> |
Don't include long double routines on architectures with small long double.
Reviewed by: emaste Sponsored by: DARPA / AFRL Differential Revision: https://reviews.freebsd.org/D13874
|
|
Revision tags: release/10.4.0, release/11.1.0 |
|
| #
b0a39ef0 |
| 28-Mar-2017 |
Enji Cooper <[email protected]> |
Apply r315689 to lib/libgcc_s as well to unbreak the gcc xtoolchain build
lib/libgcc_s consumes lib/libcompiler_rt/Makefile*. The NO_WERROR.gcc in lib/libcompiler_rt/Makefile doesn't seem to have ma
Apply r315689 to lib/libgcc_s as well to unbreak the gcc xtoolchain build
lib/libgcc_s consumes lib/libcompiler_rt/Makefile*. The NO_WERROR.gcc in lib/libcompiler_rt/Makefile doesn't seem to have made a difference in being able to build this, so sprinkle NO_WERROR.gcc here as well.
MFC after: 3 days Reported by: Jenkins (FreeBSD-head-amd64-gcc) Tested with: amd64-gcc-6.3.0 (devel/amd64-xtoolchain-gcc) Sponsored by: Dell EMC Isilon
show more ...
|
| #
2f21ec01 |
| 13-Jan-2017 |
Ed Maste <[email protected]> |
libgcc_s: add libc DT_NEEDED to fix underlinking
PR: 216012 Reported by: jbeich MFC after: 1 week Sponsored by: The FreeBSD Foundation
|
| #
2ed1e385 |
| 11-Nov-2016 |
Ed Maste <[email protected]> |
libcc_{s,eh}: build without SSP
As in the gnu/lib/libgcc Makefile: libgcc is linked in last and thus cannot depend on ssp symbols coming from earlier libraries. Disable stack protection
libcc_{s,eh}: build without SSP
As in the gnu/lib/libgcc Makefile: libgcc is linked in last and thus cannot depend on ssp symbols coming from earlier libraries. Disable stack protection for this library.
Reviewed by: dim Sponsored by: The FreeBSD Foundation
show more ...
|
| #
0eaded92 |
| 11-Nov-2016 |
Glen Barber <[email protected]> |
Spell 'PACKAGE' correctly.
Submitted by: Kyle Evans, emaste MFC after: 3 days Sponsored by: The FreeBSD Foundation
|
| #
6430a5fd |
| 24-Oct-2016 |
Ed Maste <[email protected]> |
Move the LLVM-based libgcc_s to /lib
When enabled, it should install in the same location as the existing library.
Reported by: antoine
|
| #
bff20752 |
| 13-Oct-2016 |
Ed Maste <[email protected]> |
libgcc_s: add libm dependencies from div{d,s,x}c3
compiler-rt's complex division support routines contain calls to compiler builtins such as `__builtin_scalbnl`. Unfortunately Clang turns these bac
libgcc_s: add libm dependencies from div{d,s,x}c3
compiler-rt's complex division support routines contain calls to compiler builtins such as `__builtin_scalbnl`. Unfortunately Clang turns these back into a call to `scalbnl`.
For now link libm's C version of the required support routines.
Reviewed by: ed Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8190
show more ...
|
| #
49c5eacb |
| 13-Oct-2016 |
Ed Maste <[email protected]> |
Introduce lib/libgcc_eh and lib/libgcc_s for LLVM's implementation
They are not yet connected to the build, but I am adding them to allow for easier testing, ports exp-runs, etc.
Reviewed by: ed Sp
Introduce lib/libgcc_eh and lib/libgcc_s for LLVM's implementation
They are not yet connected to the build, but I am adding them to allow for easier testing, ports exp-runs, etc.
Reviewed by: ed Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8188
show more ...
|