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

Sean Bruno sbruno at FreeBSD.org
Sun Sep 11 17:19:31 UTC 2016


Author: sbruno
Date: Sun Sep 11 17:19:30 2016
New Revision: 305698
URL: https://svnweb.freebsd.org/changeset/base/305698

Log:
  Until Clang/LLVM can handle this ASM file, move it to use binutils.
  
  mips32 now boots under MALTA, but page faults and explodes.

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 16:20:57 2016	(r305697)
+++ projects/mips64-clang/sys/conf/Makefile.mips	Sun Sep 11 17:19:30 2016	(r305698)
@@ -31,6 +31,7 @@ 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