Allow CC to be modified for build

This means that, when cross-compiling mspdebug, one doesn't have to
hack up the Makefile.  Just set CC in the environment.
This commit is contained in:
Robert Spanton 2010-09-09 09:55:42 +01:00 committed by Daniel Beer
parent 96c5e92093
commit 5a13bc1f27
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
CC = gcc
CC ?= gcc
INSTALL = /usr/bin/install
PREFIX ?= /usr/local
LDFLAGS ?= -s