Searched hist:a00cd9540d117e62edb8e1e35266d6d13c91975c (Results 1 – 1 of 1) sorted by relevance
/freebsd/ |
H A D | Makefile.libcompat | diff a00cd9540d117e62edb8e1e35266d6d13c91975c Thu Aug 23 20:19:10 CEST 2018 Alex Richardson <arichardson@FreeBSD.org> Fix non-FreeBSD host lib32 build for TARGET=amd64
When building on non-FreeBSD systems we need to pass an explicit target triple to clang otherwise it will attempt to build with the host triple. This also has advantages when building on a FreeBSD host: we now tell clang that we are targeting at least FreeBSD 12.0 instead of an older version so it can enable newer features.
Reviewed By: brooks (mentor) Approved By: jhb (mentor) Differential Revision: https://reviews.freebsd.org/D16842
|