Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2016 00:00:36 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r295731 - projects/mips64-clang/sys/conf
Message-ID:  <201602180000.u1I00aFV017653@repo.freebsd.org>

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



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