ARM64 typo fix

This commit is contained in:
Mike 2023-05-15 13:21:05 -06:00
parent d66da33874
commit 994e11cb2d
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ $ make
$ make check
$ sudo make install
```
On an Intel Mac, change the `configure` command for both GMP and MPFR as follows, and ignore the `make check` command:
On an Apple Silicon (ARM) Mac, change the `configure` command for both GMP and MPFR as follows, and ignore the `make check` command:
```
$ CFLAGS="-arch arm64" CXXFLAGS="$CFLAGS" ./configure -host=aarch64-apple-darwin --disable-shared
```