summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-18 19:25:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-18 19:25:53 +0100
commit07b805f8a729e5fe064fc874cf1821a24378bb93 (patch)
tree44b3c46c86cf7b77367808dfad693e9cb073ede0
parentecccdfb45e27df5d9ee6deba57fb4fa28131a59d (diff)
let user override CC default via environment
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 095336f08..d3130388d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
-CC= gcc
+CC?= gcc
GMAKE?= $(PWD)/scripts/make
GMAKE_FMK= ${GMAKE} -f $(PWD)/mk/build.mk
GMAKE_INV= ${GMAKE_FMK} --no-print-directory