Actually fix on powerpc64le.
This commit is contained in:
parent
c37266fb39
commit
a0e228e14e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549882
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ CFLAGS+= -I${PARI_WRKSRC}/src/headers -I${PARI_WRKSRC}/build
|
|||
CFLAGS_aarch64= -fPIC
|
||||
CFLAGS_powerpc= -fPIC
|
||||
CFLAGS_powerpc64= -fPIC
|
||||
CFLAGS_powerpc64= -fPIC
|
||||
CFLAGS_powerpc64le= -fPIC
|
||||
CFLAGS_powerpcspe= -fPIC
|
||||
|
||||
CONFIGURE_ARGS= parilib="-L${PARI_WRKSRC}/build -lpari" \
|
||||
|
|
Loading…
Reference in a new issue