From 3aa825cfe6973378252384704f2d3ae979b004f0 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Thu, 27 Oct 2016 12:35:56 +0300 Subject: [PATCH] missed part of linux build: system libraries should go to the end --- backend.native/llvm.def | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend.native/llvm.def b/backend.native/llvm.def index bd4a980a5b0..764de048a0a 100644 --- a/backend.native/llvm.def +++ b/backend.native/llvm.def @@ -19,5 +19,4 @@ linkerOpts.osx = \ -lpthread -lz -lm -lcurses linkerOpts.linux=\ - -lrt -ldl -lpthread -lz -lm \ - -Wl,-z,noexecstack + -Wl,-z,noexecstack