[Bug 236441] www/chromium stops with unknown type name '__uint128_t' on arm64
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Apr 4 12:34:47 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236441
John F. Carr <jfc at mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jfc at mit.edu
--- Comment #1 from John F. Carr <jfc at mit.edu> ---
The underlying problem appears to be these compiler flags:
--target=arm-linux-gnueabihf -march=armv7-a -mfloat-abi=hard
-mtune=generic-armv7-a -mfpu=neon -mthumb
It's trying to compile for 32 bit ARM on a 64 bit system.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-chromium
mailing list