Searched defs:GCC_ROOT (Results 1 - 6 of 6) sorted by relevance

/solaris-userland/components/gcc3/
H A DMakefile34 GCC_ROOT = /usr/gcc/3.4 macro
/solaris-userland/components/desktop/firefox/
H A DMakefile34 GCC_ROOT = /usr/gcc/4.9 macro
/solaris-userland/components/gcc4/
H A DMakefile30 GCC_ROOT=/usr/gcc/4.9 macro
/solaris-userland/components/intel-openmp/
H A DMakefile33 GCC_ROOT=/usr/gcc/4.9 macro
58 export PATH=/usr/gnu/bin:$(GCC_ROOT)/bin:/usr/bin:/usr/perl5/5.22/bin
/solaris-userland/components/llvm/
H A DMakefile32 GCC_ROOT=/usr/gcc/4.9 macro
120 LLVM_RUNPATH_32 = $(GCC_ROOT)/lib
121 LLVM_RUNPATH_64 = $(GCC_ROOT)/lib/$(MACH64)
/solaris-userland/make-rules/
H A Dshared-macros.mk468 export PARFAIT_NATIVEGCC=$(GCC_ROOT)/bin/gcc
469 export PARFAIT_NATIVEGXX=$(GCC_ROOT)/bin/g++
471 GCC_ROOT = /usr/gcc/5 macro
480 CC.gcc.32 = $(GCC_ROOT)/bin/gcc
481 CXX.gcc.32 = $(GCC_ROOT)/bin/g++
483 CC.gcc.64 = $(GCC_ROOT)/bin/gcc
484 CXX.gcc.64 = $(GCC_ROOT)/bin/g++

Completed in 35 milliseconds