diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-03 10:39:19 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-03 10:39:19 +0000 |
commit | 64f800f4aefcd7482c59a8a65fadd02bd4ee0167 (patch) | |
tree | f209ce7b89e80b3793bece6a69ba0cb47ba5dfe5 /math/ldouble | |
parent | 78c34a7c89c66bdd44e4b777b35ff5209a0cad10 (diff) |
Notes
Diffstat (limited to 'math/ldouble')
-rw-r--r-- | math/ldouble/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/ldouble/Makefile b/math/ldouble/Makefile index fc3957da21a6..5d86eba5fcff 100644 --- a/math/ldouble/Makefile +++ b/math/ldouble/Makefile @@ -20,9 +20,7 @@ COMMENT= Long double math precision functions NO_WRKSUBDIR= yes MAKEFILE= makefile INSTALLS_SHLIB= yes -# Known to work on atleast sparc64 & i386 -#ONLY_FOR_ARCHS= i386 sparc64 -NOT_FOR_ARCHS= ia64 +ONLY_FOR_ARCHS= i386 sparc64 PLIST_FILES= lib/libml.a \ lib/libml.so \ |