~fitzsim/Main_MiSTer

02f04f39ce256714481b3372f26ef98ae543a6a1 — Thomas Fitzsimmons 1 year, 11 months ago 801a5ea
Use Debian cross prefix

Note also that this is required for the correct glibc version:

apt install libc6-armhf-cross=2.31-9cross4
1 files changed, 1 insertions(+), 1 deletions(-)

M Makefile
M Makefile => Makefile +1 -1
@@ 3,7 3,7 @@ SHELL = /bin/bash -o pipefail

# using gcc version 10.2.1

BASE    = arm-none-linux-gnueabihf
BASE    = arm-linux-gnueabihf

CC      = $(BASE)-gcc
LD      = $(BASE)-ld