mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-22 21:31:06 -05:00
Updated makefile to cross-compile and updated github workflow to install tools
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
.DEFAULT_GOAL: all
|
||||
|
||||
CC = gcc
|
||||
CXX = g++
|
||||
ARCH ?= arm
|
||||
CROSS_COMPILE ?= arm-linux-gnueabihf-
|
||||
|
||||
CC = $(CROSS_COMPILE)gcc
|
||||
CXX = $(CROSS_COMPILE)g++
|
||||
|
||||
DEBUG ?= 0
|
||||
ifeq ($(DEBUG), 1)
|
||||
|
||||
Reference in New Issue
Block a user