Date: Sun, 11 Sep 2016 17:19:30 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r305698 - projects/mips64-clang/sys/conf Message-ID: <201609111719.u8BHJUv1083285@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609111719.u8BHJUv1083285>