[Bug 214512] audio/linux-skype_oss_wrapper: gcc provided by CentOS is too old to understand some valid CPUTYPE

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 17 09:49:00 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214512

--- Comment #6 from Ting-Wei Lan <lantw44 at gmail.com> ---
Yes, I already have similar things in /etc/make.conf:

CPUTYPE=        corei7

.if ${.CURDIR:M*/*/linux-*}
CPUTYPE=
.endif

.if ${.CURDIR:M*/lang/gcc48*}
CPUTYPE=
CFLAGS+=        -march=corei7
.endif

I opened this bug because it looks like a workaround. If we are not going to
fix it, I think this bug can be closed.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-emulation mailing list