aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2019-10-18 00:00:17 +0000
committerDimitry Andric <dim@FreeBSD.org>2021-09-02 23:30:09 +0000
commit783c47d7cb3f7a112859c81931e42629ae8c96ad (patch)
treef884e7a75bb436c64dd4af0ddc9972cd9ee97b78
parent95ce44457bf20e2ecc059d21d64c80827a5efa2a (diff)
downloadsrc-783c47d7cb3f7a112859c81931e42629ae8c96ad.tar.gz
src-783c47d7cb3f7a112859c81931e42629ae8c96ad.zip
Remove obsolete, non-use of CLANG_NO_IAS.
CLANG_NO_IAS was removed in r351661. (cherry picked from commit a1d5358777feafeb3b0bf977e018c9545f5315f7)
-rw-r--r--lib/libz/Makefile3
1 files changed, 0 insertions, 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}