We don't need to override `compiler` when building.

It seems on Windows, `compiler` has defaulted to `g++` for a while now,
so we didn't need to override it in the `make` invocation.

Since v105r01, `compiler` defaults to `g++` on Linux too, so we don't
need to override it there either.
This commit is contained in:
Tim Allen 2017-11-11 22:21:31 +11:00
parent 56cb9c01a5
commit 8d7d452534
2 changed files with 4 additions and 4 deletions

View File

@ -53,9 +53,9 @@ being installed system-wide.
3. Type `cd ~/higan-src`
(or wherever you put the higan source)
and press Enter
4. Type `make -C higan compiler=g++` and press Enter
4. Type `make -C higan` and press Enter
to build the main higan executable
5. Type `make -C icarus compiler=g++` and press Enter
5. Type `make -C icarus` and press Enter
to build the icarus import tool
Installing a compiled build on Linux

View File

@ -103,9 +103,9 @@ Once mingw is installed and available from the command prompt:
3. Type `cd C:\higan-src`
(or wherever you put the higan source)
and press Enter
4. Type `mingw32-make -C icarus compiler=g++` and press Enter
4. Type `mingw32-make -C icarus` and press Enter
to build the icarus import tool
5. Type `mingw32-make -C higan compiler=g++` and press Enter
5. Type `mingw32-make -C higan` and press Enter
to build the main higan executable
[tdm]: http://tdm-gcc.tdragon.net/download