Removed precarious cross compile shell script.
authorRalf Habacker <ralf.habacker@freenet.de>
Sat, 16 Feb 2013 10:06:43 +0000 (11:06 +0100)
committerroot <root@kerpen.wh.sag.de>
Mon, 18 Feb 2013 11:32:47 +0000 (12:32 +0100)
commit3b0b5c6b4a0dd2369f167f6b9f11a3dc59c4f8c5
tree80f06f6f6f0f713843bf5cdb640620f2557b6220
parent53c593b07df0f697933e379b3d365e9eec6ef6eb
Removed precarious cross compile shell script.

CMake provides a standardized way to cross compile packages by
using -DCMAKE_TOOLCHAIN_FILE at configure time.

Also recent distributions like opensuse provides up to date native mingw
binary packages and cross compile packages which reduces the cross
compile setup to package installation and setup of a cross tool chain file
as documented at http://www.vtk.org/Wiki/CMake_Cross_Compiling.

https://bugs.freedesktop.org/show_bug.cgi?id=59733
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
cmake/cross-compile.sh [deleted file]