dockcross/linux-x86/i686-linux-gnu.sh
Steeve Morin 703053871c
Use base image, add Makefile, compress RUN statements to save on disk space
Signed-off-by: Steeve Morin <steeve.morin@gmail.com>
2014-10-17 13:42:56 +02:00

3 lines
67 B
Bash

#!/bin/bash
exec ${0/${CROSS_TRIPLE}-/x86_64-linux-gnu-} -m32 "$@"