Remove 64bit build designation on Solaris

- Revert commit c18852f650
- Remove -m64 from CMakeLists.txt by commit 08089a1b20
- Suggested by @andy-js in conversation https://github.com/libressl-portable/portable/pull/327
This commit is contained in:
kinichiro
2018-01-11 23:46:22 +09:00
parent af624440e2
commit 9e06be3fcd
2 changed files with 1 additions and 2 deletions

View File

@@ -112,7 +112,6 @@ char buf[1]; getentropy(buf, 1);
*solaris*)
HOST_OS=solaris
HOST_ABI=elf
CFLAGS="$CFLAGS -m64"
CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__ -D_XOPEN_SOURCE=600 -DBSD_COMP"
AC_SUBST([PLATFORM_LDADD], ['-lnsl -lsocket'])
;;