From: Luigi Rizzo Date: Sat, 17 Nov 2007 02:54:23 +0000 (+0000) Subject: this script is run on the build system, not on the host. X-Git-Tag: 1.6.0-beta1~3^2~829 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a638b4a0dc16132e98e1013b6fbfb3d6e644542d;p=thirdparty%2Fasterisk.git this script is run on the build system, not on the host. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89353 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/build_tools/make_buildopts_h b/build_tools/make_buildopts_h index 62cba7dd85..87271ec49b 100755 --- a/build_tools/make_buildopts_h +++ b/build_tools/make_buildopts_h @@ -22,8 +22,8 @@ then TMP="${TMP} AST_DEVMODE" fi -case ${OSARCH} in -*BSD) +case ${OSARCH} in # actually we should check build_os +*BSD|mingw*) BUILDSUM=`echo ${TMP} | md5` echo "#define AST_BUILDOPT_SUM {0x0, 0x0, 0x0, 0x0} /* dummy */" ;;