Flip the sense of the supported architecture list since we only have one
32-bit platform
This commit is contained in:
parent
204941c149
commit
57dcf90e0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102056
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ USE_REINPLACE= yes
|
|||
INSTALLS_SHLIB= yes
|
||||
|
||||
# Code is not 64-bit clean yet
|
||||
NOT_FOR_ARCHS= ia64 amd64 sparc64 alpha
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
TESTS= "@comment "
|
||||
.if defined(WITH_TESTS)
|
||||
|
|
Loading…
Reference in a new issue