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

Sean Bruno sbruno at FreeBSD.org
Wed Sep 14 13:59:19 UTC 2016


Author: sbruno
Date: Wed Sep 14 13:59:18 2016
New Revision: 305808
URL: https://svnweb.freebsd.org/changeset/base/305808

Log:
  support.S now assembles with inline-as after applying:
  https://reviews.llvm.org/D24556

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

Modified: projects/mips64-clang/sys/conf/Makefile.mips
==============================================================================
--- projects/mips64-clang/sys/conf/Makefile.mips	Wed Sep 14 12:57:40 2016	(r305807)
+++ projects/mips64-clang/sys/conf/Makefile.mips	Wed Sep 14 13:59:18 2016	(r305808)
@@ -30,7 +30,6 @@ S=	../../..
 
 ASM_CFLAGS.exception.S=              ${CLANG_NO_IAS}
 ASM_CFLAGS.fp.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