OSDN Git Service

Added a default to specify an alternative tool chain prefix if needed.
authorKeith Deacon <keith.deacon@gmail.com>
Wed, 7 Jan 2009 14:50:05 +0000 (08:50 -0600)
committerJean-Baptiste Queru <jbq@google.com>
Wed, 26 Aug 2009 17:44:27 +0000 (10:44 -0700)
buildspec.mk.default

index 861bb0d..659b9f6 100644 (file)
@@ -44,6 +44,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.