summaryrefslogtreecommitdiff
path: root/autosetup
diff options
context:
space:
mode:
Diffstat (limited to 'autosetup')
-rw-r--r--autosetup/cc-shared.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/autosetup/cc-shared.tcl b/autosetup/cc-shared.tcl
index b59816c..1e77440 100644
--- a/autosetup/cc-shared.tcl
+++ b/autosetup/cc-shared.tcl
@@ -58,6 +58,6 @@ switch -glob -- [get-define host] {
define SH_CFLAGS -fpic
define SH_LDFLAGS -shared
define SHOBJ_CFLAGS -fpic
- define SHOBJ_LDFLAGS "-shared -nostartfiles"
+ define SHOBJ_LDFLAGS "-shared"
}
}