Don't use the integrated assembler with LLVM for now, too much ambigious

assembler usage on x86.
This commit is contained in:
joerg 2012-05-04 16:29:14 +00:00
parent f737a891bc
commit bbedc2e5cf

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.49 2011/05/18 08:28:39 wiz Exp $
# $NetBSD: Makefile.common,v 1.50 2012/05/04 16:29:14 joerg Exp $
# used by multimedia/gmplayer/Makefile
# used by multimedia/mencoder/Makefile
# used by multimedia/mplayer/Makefile
@ -73,4 +73,10 @@ SUBST_MESSAGE.arm_bswap= Fixing "arm/bswap.h" conflict in libavutil
CONFIGURE_ARGS+= --disable-armv5te --disable-armv6 --disable-armv6t2
.endif
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
CFLAGS+= -no-integrated-as
.endif
.include "../../multimedia/mplayer-share/options.mk"