Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit208cb8b

Browse files
committed
Oops, don't forget to get rid ofthe -Bforcearchive option altogether...
1 parent9499530 commit208cb8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/makefiles/Makefile.freebsd

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp