diff --git a/com.oracle.truffle.r.test.native/embedded/Makefile b/com.oracle.truffle.r.test.native/embedded/Makefile
index 92902ac3bd20f522c667800232a238bfff2ce1b9..30fc181f0d7849f5e512ea51ce407a71e755302b 100644
--- a/com.oracle.truffle.r.test.native/embedded/Makefile
+++ b/com.oracle.truffle.r.test.native/embedded/Makefile
@@ -28,7 +28,7 @@ endif
 OSNAME := $(shell uname)
 
 ifeq ($(OSNAME), Linux)
-  LD_FLAGS :=  -Wl,--ignore-unresolved-symbols=ignore-all
+  LD_FLAGS :=  -Wl,--unresolved-symbols=ignore-all
 endif
 
 FASTR_LIB_DIR = $(abspath ../../lib)