Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Apr 2019 12:34:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   [Bug 236441] www/chromium stops with unknown type name '__uint128_t' on arm64
Message-ID:  <bug-236441-28929-criaMnEBvt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236441-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236441-28929@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=3D236441

John F. Carr <jfc@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jfc@mit.edu

--- Comment #1 from John F. Carr <jfc@mit.edu> ---
The underlying problem appears to be these compiler flags:
--target=3Darm-linux-gnueabihf -march=3Darmv7-a -mfloat-abi=3Dhard
-mtune=3Dgeneric-armv7-a -mfpu=3Dneon -mthumb

It's trying to compile for 32 bit ARM on a 64 bit system.

--=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-236441-28929-criaMnEBvt>