* Makefile.common.in: added @EXEEXT@
[fw/sdcc] / support / scripts / sdcc_cygwin_mingw32
1 #!/bin/sh
2 # Script to "cross" compile with mingw32 under Cygwin
3
4 ./configure -C \
5 CFLAGS="-mno-cygwin -O2" \
6 LDFLAGS="-mno-cygwin" \
7 --prefix="/sdcc" \
8 --datadir="/sdcc" \
9 docdir="/sdcc/doc" \
10 include_dir_suffix="include" \
11 lib_dir_suffix="lib" \
12 sdccconf_h_dir_separator="\\\\" \
13 --disable-ucsim
14
15 make 2>&1 | tee make.log