Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2020 09:17:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 244654] sysutils/bhyve-firmware: Fails to build: configure: error: cannot compute suffix of object files: cannot compile
Message-ID:  <bug-244654-7788-uwGxJ2BhfG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244654-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244654-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=3D244654

Gerald Pfeifer <gerald@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(fabian |
                   |.freyer@physik.tu-berlin.de |
                   |)                           |
                 CC|                            |gerald@FreeBSD.org

--- Comment #9 from Gerald Pfeifer <gerald@FreeBSD.org> ---
I believe this is caused by=20
  CPUTYPE?=3Divybridge
set in /etc/make.conf.

GCC 4.8 went end of life more than five years ago and does not know about
the Intel Ivy Bridge micro architecture.

I'll work around this in lang/gcc48 in the next days.

The better/long term fix is upgrade sysutils/uefi-edk2-bhyve to use a
current version of GCC (or clang) and then remove lang/gcc48 altogether.

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



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