1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-12-08 22:38:25 +00:00

Merge pull request #352 from TheFakeMontyOnTheRun/TheFakeMontyOnTheRun-patch-1

Update README.md to include warning about Make version on MacOS
This commit is contained in:
Stefan "Bebbo" Franke
2023-06-03 12:10:14 +02:00
committed by GitHub

View File

@ -72,6 +72,7 @@ CC=gcc-12 CXX=g++-12 gmake all SHELL=$(brew --prefix)/bin/bash
**NOTE** **NOTE**
* You might need to use the brew version of make when building your projects (e.g.: `gmake`). Link failures are known to happen with GNU Make 3.81, but to succeed with GNU Make 4.4.1 on the same machine and project
* If you want `m68k-amigaos-gdb` then you have to build it with `gcc` * If you want `m68k-amigaos-gdb` then you have to build it with `gcc`
* The `gdb` build also needs a more recent `bison` version than the one installed * The `gdb` build also needs a more recent `bison` version than the one installed
in macOS. Use the version from Homebrew instead. It's keg only so you need in macOS. Use the version from Homebrew instead. It's keg only so you need