Skip to content

Commit

Permalink
configure: regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Feb 3, 2024
1 parent 48b1b2d commit 125395a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -27523,13 +27523,13 @@ $as_echo "#define SDL_JOYSTICK_OS2 1" >>confdefs.h
;;
aarch64-none-elf*)
ARCH=switch
SDL_CFLAGS="$SDL_CFLAGS -D__SWITCH__ -march=armv8-a -mtune=cortex-a57 \
SDL_CFLAGS="$SDL_CFLAGS -D__SWITCH__ -march=armv8-a+crc+crypto -mtune=cortex-a57 \
-mtp=soft -ftls-model=local-exec \
-isystem ${DEVKITPRO}/libnx/include -I${DEVKITPRO}/portlibs/switch/include"
EXTRA_CFLAGS="$EXTRA_CFLAGS -fPIC"
EXTRA_CFLAGS="$EXTRA_CFLAGS $SDL_CFLAGS -g -O3"
EXTRA_CFLAGS="$EXTRA_CFLAGS -DSDL_VIDEO_STATIC_ANGLE"
EXTRA_LDFLAGS="-march=armv8-a -fPIE -L${DEVKITPRO}/libnx/lib -lEGL -lstdc++ -lglapi -ldrm_nouveau -lnx"
EXTRA_LDFLAGS="-fPIE -L${DEVKITPRO}/libnx/lib -lEGL -lstdc++ -lglapi -ldrm_nouveau -lnx"

CheckDeclarationAfterStatement
CheckClockGettime
Expand Down

0 comments on commit 125395a

Please sign in to comment.