Adapted and corrected linux-x86 Xcompile toolset

This commit is contained in:
Sven Fischer 2015-08-18 17:48:50 +02:00 committed by Roman Valls Guimera
parent 8e344a9537
commit 60ffd750fa

View File

@ -1,2 +1,2 @@
#!/bin/bash
exec ${0/${CROSS_TRIPLE}-/x86_64-linux-gnu-} -m32 "$@"
exec ${0/*${TOOLCHAIN}-/\/usr\/bin\/x86_64-linux-gnu-} -m32 "$@"