X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=625972a48f8fb68947b8041e5c1149b253791da5;hb=a4f3ff6ad0d3e2edf8b8f519a1635450c0594394;hp=79732b116c5ea36adf9e7cda16f5f458504f0452;hpb=d56340b165b4a7ef25bc3c7509d4f2315843bc31;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index 79732b11..625972a4 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -208,9 +208,9 @@ else ifeq ($(platform), ctr) AR = $(DEVKITARM)/bin/arm-none-eabi-ar$(EXE_EXT) CFLAGS += -DARM11 -D_3DS -DNO_OS -DNO_DYLIB -DNO_SOCKET -DGPU_UNAI_USE_FLOATMATH -DGPU_UNAI_USE_FLOAT_DIV_MULTINV CFLAGS += -march=armv6k -mtune=mpcore -mfloat-abi=hard -marm -mfpu=vfp -mtp=soft - CFLAGS += -Wall -mword-relocations + CFLAGS += -Wall -mword-relocations -fcommon CFLAGS += -fomit-frame-pointer -ffast-math -funroll-loops - CFLAGS += -Ifrontend/3ds + CFLAGS += -Ifrontend/3ds -I$(CTRULIB)/include CFLAGS += -Werror=implicit-function-declaration OBJS += frontend/3ds/utils.o