We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e19908 commit e83bda5Copy full SHA for e83bda5
1 file changed
vuru/Makefile
@@ -9,6 +9,10 @@ DEBUG_FLAGS = -debug -o:none
9
ifdef XBPS_TARGET_MACHINE
10
ifeq ($(XBPS_TARGET_MACHINE),aarch64)
11
ODIN_TARGET = -target:linux_arm64
12
+ # Use the cross-linker provided by xbps-src
13
+ ifdef LD
14
+ ODIN_FLAGS += -extra-linker-flags="-fuse-ld=$(LD)"
15
+ endif
16
else ifeq ($(XBPS_TARGET_MACHINE),x86_64)
17
ODIN_TARGET = -target:linux_amd64
18
endif
0 commit comments