mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
cmake: Fix rpi4 build on newer gcc.
This was wrong/causing a warning, and now seems to have caused the wrong code to build for some users (presumably a newer gcc.)
This commit is contained in:
@@ -22,7 +22,7 @@ if(NOT PPSSPP_PI_MODEL4)
|
||||
endif()
|
||||
|
||||
if(PPSSPP_PI_MODEL4)
|
||||
set(ARCH_FLAGS "-march=armv7-a -mcpu=cortex-a72 -mtune=cortex-a72 -mfpu=neon-vfpv4 -mfloat-abi=hard")
|
||||
set(ARCH_FLAGS "-march=armv7-a -mtune=cortex-a72 -mfpu=neon-vfpv4 -mfloat-abi=hard")
|
||||
else()
|
||||
set(ARCH_FLAGS "-mcpu=cortex-a7 -mfpu=neon -mfloat-abi=hard")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user