We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9499530 commit 208cb8bCopy full SHA for 208cb8b
src/makefiles/Makefile.freebsd
@@ -5,5 +5,5 @@
5
@${AR} cq $@.pic `lorder $<.obj | tsort`
6
${RANLIB} $@.pic
7
@rm -f $@
8
- $(LD) -x -Bshareable -Bforcearchive \
9
- -o $@ $@.pic
+# $(LD) -x -Bshareable -Bforcearchive \
+ $(LD) -x -Bshareable -o $@ $@.pic
0 commit comments