From 7d3d4a5af145099843a88674889da336f4291c5b Mon Sep 17 00:00:00 2001 From: Keith Deacon Date: Wed, 7 Jan 2009 08:50:05 -0600 Subject: Added a default to specify an alternative tool chain prefix if needed. --- buildspec.mk.default | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buildspec.mk.default') diff --git a/buildspec.mk.default b/buildspec.mk.default index 861bb0d..659b9f6 100644 --- a/buildspec.mk.default +++ b/buildspec.mk.default @@ -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. -- cgit v1.1