Spell pic "PIC" for sparc64.
This commit is contained in:
parent
3cbb824a64
commit
e3ed55f892
@ -165,8 +165,12 @@ _LIBS+=lib${LIB}_pic.a
|
||||
.endif
|
||||
|
||||
.if !defined(PICFLAG)
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
PICFLAG=-fPIC
|
||||
.else
|
||||
PICFLAG=-fpic
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if !defined(NOMAN)
|
||||
all: objwarn ${_LIBS} all-man _SUBDIR # llib-l${LIB}.ln
|
||||
|
Loading…
Reference in New Issue
Block a user