Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Makefile.libretro
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,6 @@ endif

ifneq (,$(findstring webos,$(CROSS_COMPILE)$(findstring starfish,$(CROSS_COMPILE))))
CFLAGS += -DWEBOS
CYCLONE_CC ?= $(CC_FOR_BUILD)
CYCLONE_CXX ?= $(CXX_FOR_BUILD)
endif

CFLAGS += -D__LIBRETRO__
Expand Down
2 changes: 1 addition & 1 deletion platform/common/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ $(FR)cpu/cyclone/Cyclone.h:

$(FR)cpu/cyclone/Cyclone.s: $(FR)cpu/$(CYCLONE_CONFIG)
@echo building Cyclone...
@export CC=$(CYCLONE_CC) CXX=$(CYCLONE_CXX) CFLAGS=-O2 CXXFLAGS=-O2 CPPFLAGS="" LDFLAGS="" && \
@export CC="$(CYCLONE_CC)" CXX="$(CYCLONE_CXX)" CFLAGS=-O2 CXXFLAGS=-O2 CPPFLAGS="" LDFLAGS="" && \
make -C $(R)cpu/cyclone/ CONFIG_FILE=../$(CYCLONE_CONFIG) HAVE_ARMv6=$(HAVE_ARMv6)

$(FR)cpu/cyclone/Cyclone.s: $(FR)cpu/cyclone/*.cpp $(FR)cpu/cyclone/*.h
Expand Down
Loading