]> xenbits.xensource.com Git - people/liuw/rumprun.git/commitdiff
Set APP_TOOLS_CC.
authorAntti Kantee <pooka@iki.fi>
Wed, 29 Apr 2015 11:50:50 +0000 (11:50 +0000)
committerAntti Kantee <pooka@iki.fi>
Wed, 29 Apr 2015 11:50:50 +0000 (11:50 +0000)
Now consumers of this Makefile can use $APP_TOOLS_CC after
including this Makefile.

app-tools/Makefile.app-tools

index 8b6277e1d246682a7224761434a563d5f314821b..74b7b9447b53415f43e18a91967d7159e8640da3 100644 (file)
@@ -23,6 +23,7 @@ APP_TOOLS_LDLIBS := $(RUMP_LDLIBS)
 APP_TOOLS_LDFLAGS := $(LDFLAGS)
 
 APP_TOOLS_MAKE := $(APP_TOOLS_DIR)/rumprun-$(APP_TOOLS_PLATFORM)-make
+APP_TOOLS_CC := $(APP_TOOLS_DIR)/rumprun-$(APP_TOOLS_PLATFORM)-cc
 
 define APPTOOLS_templ
 $(APP_TOOLS_DIR)/rumprun-$(APP_TOOLS_PLATFORM)-${1}: \