]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/blobdiff - test/armv7/linux/build/makefile
test: Fix -static issue
[keystone-rtos/rm-lld.git] / test / armv7 / linux / build / makefile
index cd31e05bf98eb2dd5bf7626e90c099aeb20ebdbe..0d23d4a05291fe22f88b0723354ced9a77a1c520 100644 (file)
@@ -55,7 +55,7 @@ LIBS     = $(RM_LIB) $(DAEMON_LIB)
 else
 #forcing ARM executable to depend on static LLD libraries
 EXE_EXTN =
-LIBS     = -static $(RM_LIB) -Wl,-Bdynamic $(DAEMON_LIB)
+LIBS     = -Wl,-static $(RM_LIB) -Wl,-Bdynamic $(DAEMON_LIB)
 endif
 
 # Compiler options