aboutsummaryrefslogtreecommitdiffstats
path: root/target/sdk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-06-18 15:34:37 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-06-18 15:34:37 +0000
commite3154f973cd30a3eabded601011702093bc8c1da (patch)
treeed55b0b6ea625e58648ca846fdb56e3cb3ed9d5d /target/sdk
parentf859f670846881f2d23141c9c270b76b72ad2704 (diff)
downloadmaster-187ad058-e3154f973cd30a3eabded601011702093bc8c1da.tar.gz
master-187ad058-e3154f973cd30a3eabded601011702093bc8c1da.tar.bz2
master-187ad058-e3154f973cd30a3eabded601011702093bc8c1da.zip
[sdk] now that we support multiple libc, include the gcc version, libc type and libc version in the SDK filename
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16508 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/sdk')
-rw-r--r--target/sdk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile
index 55c1e135b0..16b4a611af 100644
--- a/target/sdk/Makefile
+++ b/target/sdk/Makefile
@@ -14,7 +14,7 @@ override MAKEFLAGS=
PKG_OS:=$(shell uname -s)
PKG_CPU:=$(shell uname -m)
-SDK_NAME:=OpenWrt-SDK-$(BOARD)-for-$(PKG_OS)-$(PKG_CPU)
+SDK_NAME:=OpenWrt-SDK-$(BOARD)-for-$(PKG_OS)-$(PKG_CPU)-gcc-$(GCCV)_$(LIBC)-$(LIBCV)
SDK_BUILD_DIR:=$(BUILD_DIR)/$(SDK_NAME)
EXCLUDE_DIRS:=*/ccache */stamp */man */share */stampfiles */info