mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Add -mtp=soft to ARCH setting
This commit is contained in:
parent
c58f0a84a8
commit
757349c5c4
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user