Use CC_FOR_BUILD not gcc

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@7209 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2000-08-17 13:22:37 +00:00
parent dd06729fd3
commit 4fdc28dc75
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu Aug 17 09:28:22 2000 Adam Fedor <fedor@ultra.doc.com>
* configure.in: Use CC_FOR_BUILD when checking for mingw32.
Wed Aug 16 18:24:13 2000 Adam Fedor <fedor@ultra.doc.com>
* mkinstalldirs: Test if mkdir accepts -p arg.

2
config.guess vendored
View file

@ -1006,7 +1006,7 @@ EOF
exit 0 ;;
esac
tmp=`gcc -dumpmachine|grep mingw32`
tmp=`$CC_FOR_BUILD -dumpmachine|grep mingw32`
if test "x$tmp" != "x"; then
echo i386-pc-mingw32
exit 0