Revision: 26219 http://sourceforge.net/p/gar/code/26219 Author: dmichelsen Date: 2017-05-31 13:51:59 +0000 (Wed, 31 May 2017) Log Message: ----------- openssl1/branches/lts102: Enable 64 bit for Solaris 11
Modified Paths: -------------- csw/mgar/pkg/openssl1/branches/lts102/Makefile Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile =================================================================== --- csw/mgar/pkg/openssl1/branches/lts102/Makefile 2017-05-31 13:09:05 UTC (rev 26218) +++ csw/mgar/pkg/openssl1/branches/lts102/Makefile 2017-05-31 13:51:59 UTC (rev 26219) @@ -184,6 +184,8 @@ BUILD64-sparc-5.9 = 1 BUILD64-sparc-5.10 = 1 BUILD64-i386-5.10 = 1 +BUILD64-sparc-5.11 = 1 +BUILD64-i386-5.11 = 1 BUILD64 = $(BUILD64-$(GARCH)-$(GAROSREL)) ISA_DEFAULT_i386-5.9 = pentium_pro This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.