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