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

Commit289e6fd

Browse files
committed
Do not use 'ar cq' to build library archives, use 'ar cr' instead.
1 parentcbc5f4f commit289e6fd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

‎src/makefiles/Makefile.bsdi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AROPT =cq
1+
AROPT =cr
22

33
# bsdi 4.0 and later is ELF
44
DLSUFFIX = .so

‎src/makefiles/Makefile.freebsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AROPT =cq
1+
AROPT =cr
22

33
ifdef ELF_SYSTEM
44
export_dynamic = -export-dynamic

‎src/makefiles/Makefile.netbsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AROPT =cq
1+
AROPT =cr
22

33
ifdef ELF_SYSTEM
44
export_dynamic = -Wl,-E

‎src/makefiles/Makefile.openbsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AROPT =cq
1+
AROPT =cr
22

33
ifdef ELF_SYSTEM
44
export_dynamic = -Wl,-E

‎src/makefiles/Makefile.sco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
overrideCFLAGS+=-dy
22
export_dynamic = -Wl,-Bexport
3-
AROPT =cq
3+
AROPT =cr
44

55
DLSUFFIX =.so
66
CFLAGS_SL =-K PIC

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp