[flashrom] [commit] r1865 - trunk

repository service svn at flashrom.org
Sat Jan 10 10:33:01 CET 2015


Author: stefanct
Date: Sat Jan 10 10:33:00 2015
New Revision: 1865
URL: http://flashrom.org/trac/flashrom/changeset/1865

Log:
Remove defaults for CC and AR.

AR defaults to "ar" anyway in GNU make and instead of gcc it is probably a
better idea to use just cc. The latter allows to build on freebsd 10 without
overriding CC or doing symlink tricks (because it uses clang as cc, provides
multiple gcc packages but only versioned binaries without any actual "gcc"
command name in the path).

Signed-off-by: Stefan Tauner <stefan.tauner at alumni.tuwien.ac.at>
Acked-by: Stefan Tauner <stefan.tauner at alumni.tuwien.ac.at>

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Sat Jan 10 10:32:50 2015	(r1864)
+++ trunk/Makefile	Sat Jan 10 10:33:00 2015	(r1865)
@@ -29,7 +29,6 @@
 #
 # Note for anyone editing this Makefile: gnumake will happily ignore any
 # changes in this Makefile to variables set on the command line.
-CC      ?= gcc
 STRIP   ?= strip
 INSTALL = install
 DIFF    = diff
@@ -37,7 +36,6 @@
 MANDIR  ?= $(PREFIX)/share/man
 CFLAGS  ?= -Os -Wall -Wshadow
 EXPORTDIR ?= .
-AR      ?= ar
 RANLIB  ?= ranlib
 LIBS_BASE ?= ..
 




More information about the flashrom mailing list