24912627 gcc5 uses wrong triple on sparc
authorNorm Jacobs <Norm.Jacobs@Oracle.COM>
Tue, 18 Oct 2016 13:46:28 -0500
changeset 7126 c0715e78cafb
parent 7125 cb5d17e1b8bc
child 7129 6587d6b48782
24912627 gcc5 uses wrong triple on sparc
components/gcc5/Makefile
--- a/components/gcc5/Makefile	Tue Oct 18 16:17:47 2016 -0700
+++ b/components/gcc5/Makefile	Tue Oct 18 13:46:28 2016 -0500
@@ -47,7 +47,7 @@
 # The GNU compiler wants the GNU utilities.
 PATH=$(GNUBIN):$(USRBINDIR):$(USRDIR)/perl5/bin
 
-PARCH =         $(MACH64:amd64=x86_64-pc)
+PARCH =         $(MACH:i386=x86_64-pc)
 GNU_ARCH =      $(PARCH:sparc=sparcv9-sun)-solaris$(SOLARIS_VERSION)
 
 PKG_MACROS +=   GNU_ARCH="$(GNU_ARCH)"