File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4669,13 +4669,13 @@ dnl BeOS support removed after SDL 2.0.1. Haiku still works. --ryan.
46694669 ;;
46704670 aarch64-none-elf*)
46714671 ARCH=switch
4672- SDL_CFLAGS="$SDL_CFLAGS -D__SWITCH__ -march=armv8-a -mtune=cortex-a57 \
4672+ SDL_CFLAGS="$SDL_CFLAGS -D__SWITCH__ -march=armv8-a+crc+crypto -mtune=cortex-a57 \
46734673 -mtp=soft -ftls-model=local-exec \
46744674 -isystem ${DEVKITPRO}/libnx/include -I${DEVKITPRO}/portlibs/switch/include"
46754675 EXTRA_CFLAGS="$EXTRA_CFLAGS -fPIC"
46764676 EXTRA_CFLAGS="$EXTRA_CFLAGS $SDL_CFLAGS -g -O3"
46774677 EXTRA_CFLAGS="$EXTRA_CFLAGS -DSDL_VIDEO_STATIC_ANGLE"
4678- EXTRA_LDFLAGS="-march=armv8-a -fPIE -L${DEVKITPRO}/libnx/lib -lEGL -lstdc++ -lglapi -ldrm_nouveau -lnx"
4678+ EXTRA_LDFLAGS="-march=armv8-a+crc+crypto -fPIE -L${DEVKITPRO}/libnx/lib -lEGL -lstdc++ -lglapi -ldrm_nouveau -lnx"
46794679
46804680 CheckDeclarationAfterStatement
46814681 CheckClockGettime
You can’t perform that action at this time.
0 commit comments