Chromium Code Reviews| Index: tools/trusted_cross_toolchains/trusted-toolchain-creator.mipsel.squeeze.sh |
| diff --git a/tools/trusted_cross_toolchains/trusted-toolchain-creator.mipsel.squeeze.sh b/tools/trusted_cross_toolchains/trusted-toolchain-creator.mipsel.squeeze.sh |
| index c38654d5406ca11fc91c295e05debeedf89aacb1..da6cda9d5ef0fd10bdc7d35ddc486bca30bf115c 100755 |
| --- a/tools/trusted_cross_toolchains/trusted-toolchain-creator.mipsel.squeeze.sh |
| +++ b/tools/trusted_cross_toolchains/trusted-toolchain-creator.mipsel.squeeze.sh |
| @@ -551,6 +551,13 @@ FixLibs() { |
| rm -f libresolv.so |
| ln -s ../../lib/libresolv.so.2 libresolv.so |
| + |
| + ln -s ../../../mipsel-linux-gnu/lib/libstdc++.so.6.0.17 . |
| + ln -s libstdc++.so.6.0.17 libstdc++.so.6 |
|
Mark Seaborn
2012/11/20 00:32:36
I'm not sure why you chose to fix the version numb
petarj
2012/11/20 00:49:11
I would like to be aware when this code and the ve
|
| + ln -s libstdc++.so.6.0.17 libstdc++.so |
| + |
| + ln -s ../../../mipsel-linux-gnu/lib/libgcc_s.so.1 . |
| + ln -s libgcc_s.so.1 libgcc_s.so |
| } |
| BuildAndInstallQemu() { |