mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-22 02:43:34 +02:00
linux-x86: Add toolchain file and install libc6 and stdc++6 32-bit libraries
This commit is contained in:
2
linux-x86/i686-linux-gnu-as.sh
Normal file
2
linux-x86/i686-linux-gnu-as.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
exec ${0/${CROSS_TRIPLE}-/x86_64-linux-gnu-} --32 "$@"
|
Reference in New Issue
Block a user