svn commit: r353709 - head/lib/libz

Brooks Davis brooks at FreeBSD.org
Fri Oct 18 00:00:18 UTC 2019


Author: brooks
Date: Fri Oct 18 00:00:17 2019
New Revision: 353709
URL: https://svnweb.freebsd.org/changeset/base/353709

Log:
  Remove obsolete, non-use of CLANG_NO_IAS.
  
  CLANG_NO_IAS was removed in r351661.

Modified:
  head/lib/libz/Makefile

Modified: head/lib/libz/Makefile
==============================================================================
--- head/lib/libz/Makefile	Fri Oct 18 00:00:11 2019	(r353708)
+++ head/lib/libz/Makefile	Fri Oct 18 00:00:17 2019	(r353709)
@@ -68,6 +68,3 @@ FILES=		zlib.pc
 FILESDIR=	${LIBDATADIR}/pkgconfig
 
 .include <bsd.lib.mk>
-
-## XXX: clang integrated-as doesn't grok .intel_syntax directives yet
-#ACFLAGS.gvmat64.S=	${CLANG_NO_IAS}


More information about the svn-src-all mailing list