diff options
| author | Florian Fainelli <florian@openwrt.org> | 2009-06-18 15:34:37 +0000 |
|---|---|---|
| committer | Florian Fainelli <florian@openwrt.org> | 2009-06-18 15:34:37 +0000 |
| commit | 88fd55fb5cf5d86b3d337f9b14af5b32e05b248b (patch) | |
| tree | 64ab37a001a43ad2a3c4c9c181e2a97ee311223d | |
| parent | 4f52961c5614507d06d9228b158893a8352279b0 (diff) | |
| download | upstream-88fd55fb5cf5d86b3d337f9b14af5b32e05b248b.tar.gz upstream-88fd55fb5cf5d86b3d337f9b14af5b32e05b248b.tar.bz2 upstream-88fd55fb5cf5d86b3d337f9b14af5b32e05b248b.zip | |
now that we support multiple libc, include the gcc version, libc type and libc version in the SDK filename
SVN-Revision: 16508
| -rw-r--r-- | target/sdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile index 55c1e135b0b..16b4a611af6 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 |
