Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Sep 2016 15:32:40 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r305835 - projects/mips64-clang/sys/conf
Message-ID:  <201609151532.u8FFWeho038988@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609151532.u8FFWeho038988>