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

Commit9f47c4c

Browse files
committed
AFAICT, none of our shared libraries are anywhere near big enough to
need -fPIC on HPPA. Reduce to -fpic.
1 parent196d0dd commit9f47c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/makefiles/Makefile.hpux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ AROPT = crs
3030

3131
DLSUFFIX = .sl
3232
ifeq ($(GCC), yes)
33-
CFLAGS_SL = -fPIC
33+
CFLAGS_SL = -fpic
3434
else
3535
CFLAGS_SL = +z
3636
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp