From owner-svn-src-head@FreeBSD.ORG Sat Nov 10 14:56:35 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B61328B2; Sat, 10 Nov 2012 14:56:35 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9BAE58FC0C; Sat, 10 Nov 2012 14:56:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAAEuZJb037545; Sat, 10 Nov 2012 14:56:35 GMT (envelope-from nyan@svn.freebsd.org) Received: (from nyan@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAAEuZZY037544; Sat, 10 Nov 2012 14:56:35 GMT (envelope-from nyan@svn.freebsd.org) Message-Id: <201211101456.qAAEuZZY037544@svn.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 10 Nov 2012 14:56:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242870 - head/sys/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2012 14:56:35 -0000 Author: nyan Date: Sat Nov 10 14:56:35 2012 New Revision: 242870 URL: http://svnweb.freebsd.org/changeset/base/242870 Log: MFi386: r232263 Fix build mpboot.s with clang. Modified: head/sys/conf/Makefile.pc98 Modified: head/sys/conf/Makefile.pc98 ============================================================================== --- head/sys/conf/Makefile.pc98 Sat Nov 10 13:48:41 2012 (r242869) +++ head/sys/conf/Makefile.pc98 Sat Nov 10 14:56:35 2012 (r242870) @@ -34,6 +34,10 @@ MACHINE=pc98 MKMODULESENV+= MACHINE=${MACHINE} +# XXX: clang integrated-as doesn't grok .codeNN directives yet +ASM_CFLAGS.mpboot.s= ${CLANG_NO_IAS} +ASM_CFLAGS+= ${ASM_CFLAGS.${.IMPSRC:T}} + %BEFORE_DEPEND %OBJS