mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 04:52:39 +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
|
# 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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user