Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Sep 2016 13:59:18 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r305808 - projects/mips64-clang/sys/conf
Message-ID:  <201609141359.u8EDxIvu043608@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Wed Sep 14 13:59:18 2016
New Revision: 305808
URL: https://svnweb.freebsd.org/changeset/base/305808

Log:
  support.S now assembles with inline-as after applying:
  https://reviews.llvm.org/D24556

Modified:
  projects/mips64-clang/sys/conf/Makefile.mips

Modified: projects/mips64-clang/sys/conf/Makefile.mips
==============================================================================
--- projects/mips64-clang/sys/conf/Makefile.mips	Wed Sep 14 12:57:40 2016	(r305807)
+++ projects/mips64-clang/sys/conf/Makefile.mips	Wed Sep 14 13:59:18 2016	(r305808)
@@ -30,7 +30,6 @@ S=	../../..
 
 ASM_CFLAGS.exception.S=              ${CLANG_NO_IAS}
 ASM_CFLAGS.fp.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?201609141359.u8EDxIvu043608>