svn commit: r305835 - projects/mips64-clang/sys/conf
Sean Bruno
sbruno at FreeBSD.org
Thu Sep 15 15:32:41 UTC 2016
Author: sbruno
Date: Thu Sep 15 15:32:40 2016
New Revision: 305835
URL: https://svnweb.freebsd.org/changeset/base/305835
Log:
Allow clang integrated AS to deal with fp.s after an update to llvm:
https://reviews.llvm.org/D24607
Modified:
projects/mips64-clang/sys/conf/Makefile.mips
Modified: projects/mips64-clang/sys/conf/Makefile.mips
==============================================================================
--- projects/mips64-clang/sys/conf/Makefile.mips Thu Sep 15 13:57:37 2016 (r305834)
+++ projects/mips64-clang/sys/conf/Makefile.mips Thu Sep 15 15:32:40 2016 (r305835)
@@ -29,7 +29,6 @@ S= ../../..
.include "$S/conf/kern.pre.mk"
ASM_CFLAGS.exception.S= ${CLANG_NO_IAS}
-ASM_CFLAGS.fp.S= ${CLANG_NO_IAS}
INCLUDES+= -I$S/contrib/libfdt
More information about the svn-src-projects
mailing list