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

Commit500b17e

Browse files
committed
These two files got reversed somehow... -K PIC is a cc'ism and -fPIC is a
gcc'ism
1 parent33a629c commit500b17e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/template/i386_solaris-cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
AROPT:crs
1+
AROPT:cq
22
CFLAGS:-I$(SRCDIR)/backend/port/sparc_solaris
3-
SHARED_LIB:-fPIC
3+
SHARED_LIB:-K PIC
44
ALL:
55
SRCH_INC:
66
SRCH_LIB:

‎src/template/i386_solaris-gcc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
AROPT:cq
1+
AROPT:crs
22
CFLAGS:-I$(SRCDIR)/backend/port/sparc_solaris
3-
SHARED_LIB:-K PIC
3+
SHARED_LIB:-fPIC
44
ALL:
55
SRCH_INC:
66
SRCH_LIB:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp