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..4df0c3cb444844549325c1c2be46e5a980521987 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 |
| + |
| + cp ../../../mipsel-linux-gnu/lib/libstdc++.so.6.0.17 . |
|
Mark Seaborn
2012/11/17 03:16:44
How about this instead:
ln -s ../../../mipsel-lin
Mark Seaborn
2012/11/17 03:17:30
I forgot the trailing dot:
ln -s ../../../mipsel-
petarj
2012/11/20 00:01:42
Removed cp.
|
| + ln -s libstdc++.so.6.0.17 libstdc++.so.6 |
| + ln -s libstdc++.so.6.0.17 libstdc++.so |
| + |
| + cp ../../../mipsel-linux-gnu/lib/libgcc_s.so.1 . |
|
Mark Seaborn
2012/11/17 03:16:44
Similarly,
ln -s ../../../mipsel-linux-gnu/lib/lib
petarj
2012/11/20 00:01:42
Removed copy.
|
| + ln -s libgcc_s.so.1 libgcc_s.so |
| } |
| BuildAndInstallQemu() { |