Date: Fri, 23 Nov 2012 13:55:38 +0000 (UTC) From: Takahashi Yoshihiro <nyan@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r243452 - stable/9/sys/conf Message-ID: <201211231355.qANDtc0o026075@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nyan Date: Fri Nov 23 13:55:38 2012 New Revision: 243452 URL: http://svnweb.freebsd.org/changeset/base/243452 Log: MFC: r242870 Fix build mpboot.s with clang. Modified: stable/9/sys/conf/Makefile.pc98 Directory Properties: stable/9/sys/ (props changed) stable/9/sys/conf/ (props changed) Modified: stable/9/sys/conf/Makefile.pc98 ============================================================================== --- stable/9/sys/conf/Makefile.pc98 Fri Nov 23 13:47:41 2012 (r243451) +++ stable/9/sys/conf/Makefile.pc98 Fri Nov 23 13:55:38 2012 (r243452) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211231355.qANDtc0o026075>