summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_linux_kcc.GNU
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-16 23:32:38 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-16 23:32:38 +0000
commit4ae8159d57ecf9eaceff9f32697c073c45e4ab8f (patch)
tree59311afd02578361d7080d4cd96c274fe8761ef3 /include/makeinclude/platform_linux_kcc.GNU
parent952c73820927744653d671e1da27e4d6880a7ed0 (diff)
downloadATCD-4ae8159d57ecf9eaceff9f32697c073c45e4ab8f.tar.gz
ChangeLogTag:Thu Nov 16 15:31:20 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'include/makeinclude/platform_linux_kcc.GNU')
-rw-r--r--include/makeinclude/platform_linux_kcc.GNU7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/makeinclude/platform_linux_kcc.GNU b/include/makeinclude/platform_linux_kcc.GNU
index 9bf4e090814..4ed59cdbe92 100644
--- a/include/makeinclude/platform_linux_kcc.GNU
+++ b/include/makeinclude/platform_linux_kcc.GNU
@@ -64,13 +64,6 @@ endif
# binary generation.
ifneq ($(static_libs),0)
CCFLAGS += --one_instantiation_per_object
- LD += -Bstatic
- # If we must link with static libraries, libc must be linked in dynamically
- # or else the executable will core dump. This is only necessary because the
- # -Bstatic causes the hidden libraries (KCC, gcc and c) to get statically
- # linked. You might get a big warning at link time. It's nothing with
- # which to be concerned.
- LIBS += -lc -Bstatic
endif
PIC = -fPIC