Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 208cb8b

Browse files
committed
Oops, don't forget to get rid ofthe -Bforcearchive option altogether...
1 parent 9499530 commit 208cb8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/makefiles/Makefile.freebsd

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
@${AR} cq $@.pic `lorder $<.obj | tsort`
66
${RANLIB} $@.pic
77
@rm -f $@
8-
$(LD) -x -Bshareable -Bforcearchive \
9-
-o $@ $@.pic
8+
# $(LD) -x -Bshareable -Bforcearchive \
9+
$(LD) -x -Bshareable -o $@ $@.pic

0 commit comments

Comments
 (0)