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

View File

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

View File

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

View File

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

View File

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