git: 783c47d7cb3f - stable/12 - Remove obsolete, non-use of CLANG_NO_IAS.

Dimitry Andric dim at FreeBSD.org
Thu Sep 2 23:58:50 UTC 2021


The branch stable/12 has been updated by dim:

URL: https://cgit.FreeBSD.org/src/commit/?id=783c47d7cb3f7a112859c81931e42629ae8c96ad

commit 783c47d7cb3f7a112859c81931e42629ae8c96ad
Author:     Brooks Davis <brooks at FreeBSD.org>
AuthorDate: 2019-10-18 00:00:17 +0000
Commit:     Dimitry Andric <dim at FreeBSD.org>
CommitDate: 2021-09-02 23:30:09 +0000

    Remove obsolete, non-use of CLANG_NO_IAS.
    
    CLANG_NO_IAS was removed in r351661.
    
    (cherry picked from commit a1d5358777feafeb3b0bf977e018c9545f5315f7)
---
 lib/libz/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/libz/Makefile b/lib/libz/Makefile
index 773bbda87b62..81526179e2d0 100644
--- a/lib/libz/Makefile
+++ b/lib/libz/Makefile
@@ -78,6 +78,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 dev-commits-src-branches mailing list