MFi386: r232263

Fix build mpboot.s with clang.
This commit is contained in:
Yoshihiro Takahashi 2012-11-10 14:56:35 +00:00
parent 34d4770b5e
commit 2de04c22e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242870

View File

@ -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