summaryrefslogtreecommitdiffstats
path: root/buildspec.mk.default
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-11-09 10:34:27 -0800
committerJean-Baptiste Queru <jbq@google.com>2009-11-09 10:34:27 -0800
commite1b710a5ba16be660d5383f1e56bd76b664b1d05 (patch)
tree7d3d271c8d9c5bf4cd99d45d2644df96e1c5d6c1 /buildspec.mk.default
parentebed06a259eb1c00112a4e3a9d6d721700bbaedb (diff)
parent61a147e3a6b3e33567fc95f8f13abee7d9cb8a5d (diff)
downloadbuild-e1b710a5ba16be660d5383f1e56bd76b664b1d05.zip
build-e1b710a5ba16be660d5383f1e56bd76b664b1d05.tar.gz
build-e1b710a5ba16be660d5383f1e56bd76b664b1d05.tar.bz2
merge from open-source master
Diffstat (limited to 'buildspec.mk.default')
-rw-r--r--buildspec.mk.default3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildspec.mk.default b/buildspec.mk.default
index 06db499..6303efc 100644
--- a/buildspec.mk.default
+++ b/buildspec.mk.default
@@ -68,6 +68,9 @@ endif
# will be added to LOCAL_CFLAGS when building the module.
#DEBUG_MODULE_ModuleName:=true
+# Specify an alternative tool chain prefix if needed.
+#TARGET_TOOLS_PREFIX:=
+
# Specify the extra CFLAGS to use when building a module whose
# DEBUG_MODULE_ variable is set. Host and device flags are handled
# separately.