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

Sean Bruno sbruno at FreeBSD.org
Sun Sep 11 18:15:36 UTC 2016


Author: sbruno
Date: Sun Sep 11 18:15:34 2016
New Revision: 305705
URL: https://svnweb.freebsd.org/changeset/base/305705

Log:
  swtch.S now builds with integrated-as

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

Modified: projects/mips64-clang/sys/conf/Makefile.mips
==============================================================================
--- projects/mips64-clang/sys/conf/Makefile.mips	Sun Sep 11 18:05:37 2016	(r305704)
+++ projects/mips64-clang/sys/conf/Makefile.mips	Sun Sep 11 18:15:34 2016	(r305705)
@@ -30,7 +30,6 @@ S=	../../..
 
 ASM_CFLAGS.exception.S=              ${CLANG_NO_IAS}
 ASM_CFLAGS.fp.S=              ${CLANG_NO_IAS}
-ASM_CFLAGS.swtch.S=              ${CLANG_NO_IAS}
 ASM_CFLAGS.support.S=              ${CLANG_NO_IAS}
 
 INCLUDES+= -I$S/contrib/libfdt


More information about the svn-src-projects mailing list