Add -mtp=soft to ARCH setting

This commit is contained in:
fincs 2017-11-08 18:53:06 +01:00
parent c58f0a84a8
commit 757349c5c4

View File

@ -32,7 +32,7 @@ INCLUDES := include
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# options for code generation # options for code generation
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
ARCH := -march=armv8-a -fPIC ARCH := -march=armv8-a -mtp=soft -fPIC
CFLAGS := -g -Wall -Werror \ CFLAGS := -g -Wall -Werror \
-ffunction-sections \ -ffunction-sections \