Don't use the integrated assembler with LLVM for now, too much ambigious
assembler usage on x86.
This commit is contained in:
parent
f737a891bc
commit
bbedc2e5cf
1 changed files with 7 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue