1
0
mirror of https://github.com/switchbrew/switch-examples.git synced 2025-07-12 14:12:15 +02:00

Update makefiles for devkitA64 alpha 5

This commit is contained in:
fincs 2017-11-20 17:08:00 +01:00
parent 3b058d0c39
commit 2c44bb1708
4 changed files with 4 additions and 4 deletions
graphics/simplegfx
templates/simple
usb
usbdev
usbds

View File

@ -27,7 +27,7 @@ EXEFS_SRC := exefs_src
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# options for code generation # options for code generation
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
ARCH := -march=armv8-a -fPIE ARCH := -march=armv8-a -mtp=soft -fPIE
CFLAGS := -g -Wall -O2 \ CFLAGS := -g -Wall -O2 \
-ffast-math \ -ffast-math \

View File

@ -27,7 +27,7 @@ EXEFS_SRC := exefs_src
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# options for code generation # options for code generation
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
ARCH := -march=armv8-a -fPIE ARCH := -march=armv8-a -mtp=soft -fPIE
CFLAGS := -g -Wall -O2 \ CFLAGS := -g -Wall -O2 \
-ffast-math \ -ffast-math \

View File

@ -27,7 +27,7 @@ EXEFS_SRC := exefs_src
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# options for code generation # options for code generation
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
ARCH := -march=armv8-a -fPIE ARCH := -march=armv8-a -mtp=soft -fPIE
CFLAGS := -g -Wall -O2 \ CFLAGS := -g -Wall -O2 \
-ffast-math \ -ffast-math \

View File

@ -27,7 +27,7 @@ EXEFS_SRC := exefs_src
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# options for code generation # options for code generation
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
ARCH := -march=armv8-a -fPIE ARCH := -march=armv8-a -mtp=soft -fPIE
CFLAGS := -g -Wall -O2 \ CFLAGS := -g -Wall -O2 \
-ffast-math \ -ffast-math \