Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2019 00:00:17 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r353709 - head/lib/libz
Message-ID:  <201910180000.x9I00H8s053843@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910180000.x9I00H8s053843>