diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-07-21 08:37:02 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-07-21 08:37:02 +0000 |
commit | 9474b99117836c2b76485ab3f44035cfc933c1ab (patch) | |
tree | 52e9c3c341589a26e1528a603d8890a223224a43 /externals | |
parent | 0de9794de546ce0199d36936fe84bbd2f9cc1e17 (diff) |
no stripping of local symbols
small changes to flext build system
svn path=/trunk/; revision=3367
Diffstat (limited to 'externals')
-rw-r--r-- | externals/grill/flext/buildsys/lnx/gnumake-gcc.inc | 2 | ||||
-rw-r--r-- | externals/grill/flext/buildsys/mac/gnumake-gcc.inc | 2 |
2 files changed, 2 insertions, 2 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 ############################################## diff --git a/externals/grill/flext/buildsys/mac/gnumake-gcc.inc b/externals/grill/flext/buildsys/mac/gnumake-gcc.inc index 2f8a1eba..67f41b9e 100644 --- a/externals/grill/flext/buildsys/mac/gnumake-gcc.inc +++ b/externals/grill/flext/buildsys/mac/gnumake-gcc.inc @@ -42,7 +42,7 @@ ifdef PROFILE CFLAGS += -g LDFLAGS += -g else -LDFLAGS += -Wl,-x -Wl,-S +LDFLAGS += -Wl,-S endif endif |