diff options
Diffstat (limited to 'math/flexfloat/Makefile')
| -rw-r--r-- | math/flexfloat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/flexfloat/Makefile b/math/flexfloat/Makefile index 98ed2e6cae14..bccb15810dc1 100644 --- a/math/flexfloat/Makefile +++ b/math/flexfloat/Makefile @@ -15,8 +15,10 @@ USE_GITHUB= yes GH_ACCOUNT= oprecomp GH_TAGNAME= 6db869087a12d763a94d53e9b0a9d52def270865 USE_LDCONFIG= yes -USE_GCC= any # clang doesn't support __float128 +USE_GCC= yes # clang doesn't support __float128 +CFLAGS_powerpc64= -mfloat128 -mvsx +CFLAGS_powerpc= -mfloat128 -mvsx CMAKE_OFF= BUILD_TESTS BUILD_EXAMPLES PLIST_FILES= include/flexfloat/flexfloat.h \ |
