aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/lnx
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/buildsys/lnx')
-rw-r--r--externals/grill/flext/buildsys/lnx/gnumake-gcc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc b/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc
index 49986233..a0d12ed1 100644
--- a/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc
+++ b/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc
@@ -22,7 +22,7 @@ TARGETNAME=$(OUTNAME).$(EXT)
##############################################
CFLAGS += -pthread -fPIC
-LDFLAGS += -pthread -shared -Wl,-x
+LDFLAGS += -pthread -shared
##############################################