Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Mar 2021 09:06:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253621] Arch-specific OPTIONS not handled by OPTIONS_SUB
Message-ID:  <bug-253621-7788-bCawEZShBJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253621-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253621-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253621

dewayne@heuristicsystems.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dewayne@heuristicsystems.co
                   |                            |m.au

--- Comment #2 from dewayne@heuristicsystems.com.au ---
(In reply to Mathieu Arnold from comment #1)
Mathieu, would this be a reasonable workaround.  Setting these in make.conf=
 and
passing a variable to select (as in this case prescott for i386):

CPUTYPE?=3D prescott
TARGET=3Di386
TARGET_ARCH=3Di386
TARGET_CPUTYPE=3D${CPUTYPE}

CFLAGS+=3D -march=3D${CPUTYPE}
COPTFLAGS+=3D -march=3D${CPUTYPE} -O2
CXXFLAGS+=3D -march=3D${CPUTYPE}
COPTFLAGS+=3D -march=3D${CPUTYPE}

I do this for c3-2, prescott; core2 and haswell. Would this help Mikhail?  =
Or
is qemu the better path across arch'es?

Aside: I only use i386 & amd64

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253621-7788-bCawEZShBJ>