mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-25 05:12:50 +01:00
Avoid conflict with an existing HOST_CC on some recipes
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,8 +1,8 @@
|
||||
$(LD) ?= $(CC)
|
||||
TARGET ?= PicoDrive
|
||||
CFLAGS += -I.
|
||||
HOST_CC ?= gcc
|
||||
HOST_CXX ?= g++
|
||||
CYCLONE_CC ?= gcc
|
||||
CYCLONE_CXX ?= g++
|
||||
|
||||
ifneq ("$(PLATFORM)", "libretro")
|
||||
CFLAGS += -Wall -g
|
||||
|
||||
@@ -181,7 +181,7 @@ $(FR)cpu/cyclone/Cyclone.h:
|
||||
|
||||
$(FR)cpu/cyclone/Cyclone.s: $(FR)cpu/$(CYCLONE_CONFIG)
|
||||
@echo building Cyclone...
|
||||
@make CC=$(HOST_CC) CXX=$(HOST_CXX) -C $(R)cpu/cyclone/ CONFIG_FILE=../$(CYCLONE_CONFIG)
|
||||
@make CC=$(CYCLONE_CC) CXX=$(CYCLONE_CXX) -C $(R)cpu/cyclone/ CONFIG_FILE=../$(CYCLONE_CONFIG)
|
||||
|
||||
$(FR)cpu/cyclone/Cyclone.s: $(FR)cpu/cyclone/*.cpp $(FR)cpu/cyclone/*.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user