From 757349c5c4a270058aaa9d7fa6780850f4e0abe3 Mon Sep 17 00:00:00 2001 From: fincs Date: Wed, 8 Nov 2017 18:53:06 +0100 Subject: [PATCH] Add -mtp=soft to ARCH setting --- nx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/Makefile b/nx/Makefile index b398a3b7..e8ec3f88 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -32,7 +32,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -fPIC +ARCH := -march=armv8-a -mtp=soft -fPIC CFLAGS := -g -Wall -Werror \ -ffunction-sections \