use -Bforcearchive when linking the shared lib

This commit is contained in:
brad 1999-06-13 03:41:55 +00:00
parent c59a6c9a8e
commit ec2982d011

View File

@ -31,7 +31,7 @@
$(RANLIB) $(LIBRARY)
+$(SHLIBRARY): $(SHLIBOBJ)
+ ld -Bshareable -o $(SHLIBRARY) $(SHLIBOBJ)
+ ld -Bshareable -Bforcearchive -o $(SHLIBRARY) $(SHLIBOBJ)
+
$(LIBOBJ): Makefile