Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Apr 2014 22:25:20 +0800
From:      Julian Elischer <julian@freebsd.org>
To:        FreeBSD Current <current@freebsd.org>
Subject:   options for forcing use of GCC
Message-ID:  <535D1350.4000106@freebsd.org>

next in thread | raw e-mail | index | archive | help
I need to hold off using CLANG for a while at $JOB. We are moving to a 
newer FBSD in the vicinity of 10.0 but we need to keep the gcc in hte 
picture for a bit longer before switching.  What options do I put into 
various /etc/make.conf to keep CLANG out ofhte picture until we are 
ready for it?

 From reading various posts I see:
WITHOUT_CLANG="yes"
CC=gcc
CXX=g++
CPP=gcc -E
but that doesn't seem complete to me.

For now I want to not compile clang in our official build environment.
(and obviously not use it until we are ready for it later this year.)

What other hooks do I need to set?

Julian



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?535D1350.4000106>