[Bug 219441] graphics/mesa-dri: fails to build on aarch64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 21 22:39:15 UTC 2017


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

--- Comment #1 from Jan Beich (away from May 25 to June 11) <jbeich at FreeBSD.org> ---
-mfpu=neon is also unnecessary on aarch64:

  $ clang -target aarch64-unknown-freebsd12.0 -mfpu=neon -c test.c
  clang: warning: argument unused during compilation: '-mfpu=neon'
[-Wunused-command-line-argument]

  $ aarch64-unknown-freebsd12.0-gcc -mfpu=neon -c test.c
  aarch64-unknown-freebsd12.0-gcc: error: unrecognized command line option
'-mfpu=neon'

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


More information about the freebsd-x11 mailing list