diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-21 10:28:43 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-21 10:28:43 +0000 |
commit | 3539f8a9d1a5b1e084d43944e213488fe3ad83f2 (patch) | |
tree | ebe3beb03e7865d5ccf6d590a1416948b4cf7dcb /toolchain/gcc/gcc-uclibc-3.x.mk | |
parent | df7222a2e5dd03b74d76ef9a64bfc9a860987843 (diff) |
- put libstdc++.so into the correct place (usr/lib) and make sure that the dir exists
Diffstat (limited to 'toolchain/gcc/gcc-uclibc-3.x.mk')
-rw-r--r-- | toolchain/gcc/gcc-uclibc-3.x.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/gcc-uclibc-3.x.mk b/toolchain/gcc/gcc-uclibc-3.x.mk index 798ba25b9..48f6ace69 100644 --- a/toolchain/gcc/gcc-uclibc-3.x.mk +++ b/toolchain/gcc/gcc-uclibc-3.x.mk @@ -309,6 +309,7 @@ endif # # Ok... that's enough of that. # + -mkdir -p $(TARGET_DIR)/usr/lib $(TARGET_DIR)/usr/sbin touch $@ $(GCC_BUILD_DIR2)/.libs_installed: $(GCC_BUILD_DIR2)/.installed |