Canonicalize CFLAGS across all variants of powerpc64.
Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
cbbbcbd29c
commit
126c0c184c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550076
@ -26,8 +26,10 @@ CFLAGS_armv7= -fPIC
|
||||
CFLAGS_aarch64= -fPIC
|
||||
CFLAGS_amd64= -fPIC
|
||||
CFLAGS_i386= -fPIC
|
||||
CFLAGS_powerpc= -fPIC
|
||||
CFLAGS_powerpc= -fPIC
|
||||
CFLAGS_powerpc64= -fPIC
|
||||
CFLAGS_powerpc64le= -fPIC
|
||||
CFLAGS_powerpcspe= -fPIC
|
||||
CFLAGS_sparc64= -fPIC
|
||||
|
||||
# Fix the build for i386 when WITH_LLD_IS_LD is set
|
||||
|
Loading…
Reference in New Issue
Block a user