mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-28 08:59:35 +02:00
Compile cyclone with the host g++ (#110)
This commit is contained in:
committed by
GitHub
parent
28dcfd6f43
commit
2be183efa9
@@ -181,7 +181,7 @@ $(FR)cpu/cyclone/Cyclone.h:
|
||||
|
||||
$(FR)cpu/cyclone/Cyclone.s: $(FR)cpu/$(CYCLONE_CONFIG)
|
||||
@echo building Cyclone...
|
||||
@make -C $(R)cpu/cyclone/ CONFIG_FILE=../$(CYCLONE_CONFIG)
|
||||
@make CC=$(HOST_CC) CXX=$(HOST_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