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)
committerFlorian Fainelli <f.fainelli@gmail.com>
Sun, 29 Jan 2017 19:51:02 +0000 (11:51 -0800)
commit57657a72376000b5843367e627098f09fe9c3647
tree15f2b577272e643cecc08485fd8f6bfeae99f710
parent74ea99b01d936d7b71ee8d0cd0f7c89617b90314
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>
rules.mk