Unbreak the build on FreeBSD/i386, where the default target arch is i486.
The recent version of ghc-prim assumes a more modern processor as it exploits built-in atomic operations, and some of them are not yet present on i486. Hence the -march flag is explicitly set to i686 for the C compiler -- just to be in sync with the default of other distributions.
Please register or sign in to comment