]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Libcompat: Only pass -isystem =/usr/include for external GCC.
authorbdrewery <bdrewery@FreeBSD.org>
Fri, 27 May 2016 23:03:28 +0000 (23:03 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Fri, 27 May 2016 23:03:28 +0000 (23:03 +0000)
commitb945f26dce90425126b84cb6da21090a3b54d785
tree836b938ab11b26e91704f5b027e742ca166ff983
parent318ccd21e74b546bdda8d6035f22456f816b0027
Libcompat: Only pass -isystem =/usr/include for external GCC.

This is the same as the main build logic.  GCC with a cross-compiler
requires using -isystem to =/usr/include to get the search order
correct.

Reported by: dim, asomers
Sponsored by: EMC / Isilon Storage Division
Makefile.libcompat