From 9e06be3fcd28559d148b415b3f4ed500d2fff3b8 Mon Sep 17 00:00:00 2001 From: kinichiro Date: Thu, 11 Jan 2018 23:46:22 +0900 Subject: Remove 64bit build designation on Solaris - Revert commit https://github.com/libressl-portable/portable/pull/327/commits/c18852f650a3cb258e10222695a31ed5c929ab23 - Remove -m64 from CMakeLists.txt by commit https://github.com/libressl-portable/portable/commit/08089a1b20a1818538670d641242266ed3185814 - Suggested by @andy-js in conversation https://github.com/libressl-portable/portable/pull/327 --- m4/check-os-options.m4 | 1 - 1 file changed, 1 deletion(-) (limited to 'm4') diff --git a/m4/check-os-options.m4 b/m4/check-os-options.m4 index 4f56a8d..761a51d 100644 --- a/m4/check-os-options.m4 +++ b/m4/check-os-options.m4 @@ -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']) ;; -- cgit v1.2.3-55-g6feb