24766275 erlang should build with latest GCC in CBE
authorNorm Jacobs <Norm.Jacobs@Oracle.COM>
Fri, 30 Sep 2016 18:17:26 -0500
changeset 7014 d235420e6063
parent 7013 9b20e919735b
child 7015 47aaa6f8ec6e
24766275 erlang should build with latest GCC in CBE
components/erlang/Makefile
--- a/components/erlang/Makefile	Fri Sep 30 18:02:08 2016 -0500
+++ b/components/erlang/Makefile	Fri Sep 30 18:17:26 2016 -0500
@@ -26,9 +26,6 @@
 BUILD_BITS= 64
 COMPILER= gcc
 include ../../make-rules/shared-macros.mk
-# temporarily use GCC 4.8 until we resolve SPARC core dump issues with a newer
-# GCC.
-GCC_ROOT=/usr/gcc/4.8
 
 PATH=$(JAVA_HOME)/bin:$(USRBINDIR)