]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r260020:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 20 Mar 2014 21:12:23 +0000 (21:12 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 20 Mar 2014 21:12:23 +0000 (21:12 +0000)
commit4708b4d5d01ea55c594ea36de10d9727f3e50202
tree58c463a1f7344bbe180aca4492cd8d74b21635a5
parente4625f0dc30bd04d960981a937f831fb061142c4
MFC r260020:

For sys/dev/drm2/radeon, only use -fms-extensions with gcc.  This flag
is only to stop gcc complaining about anonymous unions, which clang does
not do.  For clang 3.4 however, -fms-extensions enables the Microsoft
__wchar_t type, which clashes with our own types.h.

git-svn-id: svn://svn.freebsd.org/base/stable/9@263448 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/modules/drm2/radeonkms/Makefile