linux-x86: Add toolchain file and install libc6 and stdc++6 32-bit libraries

This commit is contained in:
Jean-Christophe Fillion-Robin
2016-04-13 19:24:04 -04:00
parent d47a208afa
commit f57b97b06b
3 changed files with 38 additions and 3 deletions

View File

@ -0,0 +1,2 @@
#!/bin/bash
exec ${0/${CROSS_TRIPLE}-/x86_64-linux-gnu-} --32 "$@"