aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-07-21 08:37:02 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-07-21 08:37:02 +0000
commit9474b99117836c2b76485ab3f44035cfc933c1ab (patch)
tree52e9c3c341589a26e1528a603d8890a223224a43 /externals/grill/flext/buildsys/lnx/gnumake-gcc.inc
parent0de9794de546ce0199d36936fe84bbd2f9cc1e17 (diff)
no stripping of local symbols
small changes to flext build system svn path=/trunk/; revision=3367
Diffstat (limited to 'externals/grill/flext/buildsys/lnx/gnumake-gcc.inc')
-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
##############################################