Fix build on 9.2+/i386 by adding -fomit-frame-pointer to the clang
case (which is default on amd64 anyway.) Submitted by: beefy1 via pkg-fallout, dim Tested by: callumgibson@optusnet.com.au
This commit is contained in:
parent
ea6ed52d43
commit
feee863c65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333267
1 changed files with 1 additions and 0 deletions
|
@ -379,6 +379,7 @@ CONFIGURE_ARGS+=--enable-altivec # VLC's config script doesn't know to do this
|
|||
CC= clang
|
||||
CXX= clang++
|
||||
CPP= clang-cpp
|
||||
CFLAGS+= -fomit-frame-pointer
|
||||
.else
|
||||
.if ${ARCH} == "i386"
|
||||
USE_GCC?= yes # sse/3dnow detection on i386 needs newer GCC
|
||||
|
|
Loading…
Reference in a new issue