svn commit: r295731 - projects/mips64-clang/sys/conf

Sean Bruno sbruno at FreeBSD.org
Thu Feb 18 00:00:37 UTC 2016


Author: sbruno
Date: Thu Feb 18 00:00:36 2016
New Revision: 295731
URL: https://svnweb.freebsd.org/changeset/base/295731

Log:
  Mark these three mips ASM files as not buildable by clang IAS

Modified:
  projects/mips64-clang/sys/conf/Makefile.mips

Modified: projects/mips64-clang/sys/conf/Makefile.mips
==============================================================================
--- projects/mips64-clang/sys/conf/Makefile.mips	Wed Feb 17 23:55:24 2016	(r295730)
+++ projects/mips64-clang/sys/conf/Makefile.mips	Thu Feb 18 00:00:36 2016	(r295731)
@@ -28,6 +28,10 @@ S=	../../..
 .endif
 .include "$S/conf/kern.pre.mk"
 
+ASM_CFLAGS.exception.S=              ${CLANG_NO_IAS}
+ASM_CFLAGS.fp.S=              ${CLANG_NO_IAS}
+ASM_CFLAGS.swtch.S=              ${CLANG_NO_IAS}
+
 INCLUDES+= -I$S/contrib/libfdt
 
 LDSCRIPT_NAME?=ldscript.$M


More information about the svn-src-projects mailing list