components/gdb/Makefile
changeset 4302 0825b6328b45
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
--- a/components/gdb/Makefile	Fri May 15 17:35:43 2015 -0700
+++ b/components/gdb/Makefile	Fri May 15 18:50:08 2015 -0700
@@ -29,7 +29,6 @@
 # not usable. Building gdb with a GCC >= 4.7.2 produces very
 # good results, even on SPARC.
 COMPILER=gcc
-GCCHOME=/usr/gcc/4.7
 
 include ../../make-rules/shared-macros.mk
 
@@ -51,7 +50,7 @@
 
 
 # GDB wants the GNU utilities
-PATH=/usr/gnu/bin:$(GCCHOME)/bin:/usr/bin:/usr/perl5/bin
+PATH=/usr/gnu/bin:$(GCC_ROOT)/bin:/usr/bin:/usr/perl5/bin
 
 CFLAGS_sparc =	-g -O2 -mcpu=ultrasparc -mtune=ultrasparc
 CFLAGS_sparc +=	-mno-unaligned-doubles