build: Suffix build directory with _$(LIBC) for external toolchains
authorFlorian Fainelli <f.fainelli@gmail.com>
Sun, 15 Jan 2017 04:04:38 +0000 (20:04 -0800)
committerJo-Philipp Wich <jo@mein.io>
Wed, 13 Dec 2017 13:15:08 +0000 (14:15 +0100)
commit3387158e45b1c0e329617d265392974b121230e7
treeb90926bc51594d64be82f9271fa76cf46af5bde8
parent2428b6d6b6dafd88bd184e6bd1eea6ba0a4305c0
build: Suffix build directory with _$(LIBC) for external toolchains

For external toolchain, we also know the type of C library used, and the
toolchain triplet may not always be reflective of that, therefore make
$(TARGET_DIR_NAME) suffixed with _$(LIBC).

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
(cherry picked from commit 57657a72376000b5843367e627098f09fe9c3647)
rules.mk