Revision: 24883 http://sourceforge.net/p/gar/code/24883 Author: lblume Date: 2015-04-22 08:11:15 +0000 (Wed, 22 Apr 2015) Log Message: ----------- openssl1/trunk: Switch to GCC; remove +vis target unsupported by GCC
Modified Paths: -------------- csw/mgar/pkg/openssl1/trunk/Makefile Modified: csw/mgar/pkg/openssl1/trunk/Makefile =================================================================== --- csw/mgar/pkg/openssl1/trunk/Makefile 2015-04-21 21:13:48 UTC (rev 24882) +++ csw/mgar/pkg/openssl1/trunk/Makefile 2015-04-22 08:11:15 UTC (rev 24883) @@ -27,7 +27,7 @@ # This recipe can be used to compile openssl with Sun Studio or GCC # Just define the GARCOMPILER to the GNU or SUN -GARCOMPILER = SUN +GARCOMPILER = GNU GARCOMPILER_TYPE = $(if $(findstring GCC,$(GARCOMPILER)),GNU,SUN) PACKAGES = CSWlibssl1-0-0 CSWlibssl-dev CSWopenssl-utils @@ -178,7 +178,7 @@ # The list of instructions set for which we will # provide optimized libraries and binaries EXTRA_BUILD_ISAS_i386 = pentium_pro amd64 -EXTRA_BUILD_ISAS_sparc = sparcv8plus+vis sparcv9 +EXTRA_BUILD_ISAS_sparc = sparcv8plus sparcv9 # the openssl build system doesn't honor bindir This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.