diff options
author | Keith Deacon <keith.deacon@gmail.com> | 2009-01-07 08:50:05 -0600 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2009-08-26 10:44:27 -0700 |
commit | 7d3d4a5af145099843a88674889da336f4291c5b (patch) | |
tree | b4b5ee81efe1a94091618af12ee773105125a896 | |
parent | fe77558c21b8a526f653c9cd9260b54c37a698c2 (diff) | |
download | build-7d3d4a5af145099843a88674889da336f4291c5b.zip build-7d3d4a5af145099843a88674889da336f4291c5b.tar.gz build-7d3d4a5af145099843a88674889da336f4291c5b.tar.bz2 |
Added a default to specify an alternative tool chain prefix if needed.
-rw-r--r-- | buildspec.mk.default | 3 |
1 files changed, 3 insertions, 0 deletions
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. |