Skip to content

Commit

Permalink
(libretro) Fix ctr build
Browse files Browse the repository at this point in the history
  • Loading branch information
barbudreadmon committed May 27, 2019
1 parent 536a600 commit 93c7cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burner/libretro/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ else ifeq ($(platform), ctr)
PLATFORM_DEFINES += -D_3DS
ENDIANNESS_DEFINES := -DLSB_FIRST
CFLAGS += -march=armv6k -mtune=mpcore -mfloat-abi=hard
CXXFLAGS += -march=armv6k -mtune=mpcore -mfloat-abi=hard -fno-rtti -fno-exceptions
CXXFLAGS += -march=armv6k -mtune=mpcore -mfloat-abi=hard -fpermissive -fno-rtti -fno-exceptions
EXTERNAL_ZLIB = 1
STATIC_LINKING = 1
USE_CYCLONE = 1
Expand Down

0 comments on commit 93c7cc3

Please sign in to comment.