Replace freebsd-gnueabihf with freebsd
Noticed that GHC is using an incorrect triple for arm32 freebsd. Glibc has never worked on FreeBSD, instead we should use "armv6-unknown-freebsd" and "armv7-unknown-freebsd".
/cc @Ericson2314 @bgamari
Thank you for your contribution to GHC!
Please take a few moments to verify that your commits fulfill the following:
-
are either individually buildable or squashed -
have commit messages which describe what they do (referring to Notes and tickets using #NNNN
syntax when appropriate) -
Incorrect LLVM triples are being used
If you have any questions don't hesitate to open your merge request and inquire
in a comment. If your patch isn't quite done yet please do add prefix your MR
title with WIP:
.
Edited by matthewbauer