Skip to content

Commit f3b0028

Browse files
author
Shaun Inman
committed
trimuismart: updated patch for pcsx_rearmed
1 parent 0bf09d4 commit f3b0028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace/trimuismart/cores/patches/pcsx_rearmed.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ index 7b9618e1ccfc63982be50b82fda498d75e307fdc..f314adcbea17f05f473e1cbafc8711ab
1313
+ CXX = $(CROSS_COMPILE)g++
1414
+ AR = $(CROSS_COMPILE)ar
1515
+ CFLAGS += -marm -mtune=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -fomit-frame-pointer
16-
+ CFLAGS += -ffast-math -fdata-sections -ffunction-sections -fsingle-precision-constant -flto -fPIC
16+
+ CFLAGS += -ffast-math -fdata-sections -ffunction-sections -fsingle-precision-constant -flto -fPIC -DNO_HWCAP
1717
+ LDFLAGS += -flto -fPIC
1818
+ ifeq (,$(DEBUG))
1919
+ # LDFLAGS += -s

0 commit comments

Comments
 (0)