1#
2# Site-defaults file for cross-configure for WIN32 cross-build on Linux
3#
4# Change MINGW32ROOT and CROSS for the local configuration
5#
6
7ECLIPSETOOLS=${ECLIPSETOOLS:-/vol/Eclipse/tools}
8MINGW32ROOT=/usr/local/mingw32
9CROSS=i386-mingw32
10CC=$MINGW32ROOT/bin/$CROSS-gcc
11CXX=$MINGW32ROOT/bin/$CROSS-c++
12LD=$MINGW32ROOT/bin/$CROSS-ld
13AR=$MINGW32ROOT/bin/$CROSS-ar
14AS=$MINGW32ROOT/bin/$CROSS-as
15NM=$MINGW32ROOT/bin/$CROSS-nm
16STRIP=$MINGW32ROOT/bin/$CROSS-strip
17RANLIB=$MINGW32ROOT/bin/$CROSS-ranlib
18DLLTOOL=$MINGW32ROOT/bin/$CROSS-dlltool
19OBJDUMP=$MINGW32ROOT/bin/$CROSS-objdump
20RESCOMP=$MINGW32ROOT/bin/$CROSS-windres
21RC=$MINGW32ROOT/bin/$CROSS-windres
22OS_INCLUDES="-isystem $MINGW32ROOT/include"
23
24# Cache values for settings that can't be configured when cross-building
25ac_cv_func_select=yes
26ac_cv_func_gethostname=yes
27ac_cv_func_getpagesize=yes
28
29