diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-03-13 16:03:14 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-03-13 16:03:14 -0700 |
commit | 6d2bbfac619cf756dc35dc3e1a8562518e1137dd (patch) | |
tree | 8b1db41fdf1d23ca73c4c9c1bec47f7ed7f9146a /buildall.sh | |
parent | 22018cf7b1d7f1caeaa97e1f0ea2327d1aa3e491 (diff) | |
download | nasmbuild-6d2bbfac619cf756dc35dc3e1a8562518e1137dd.tar.gz nasmbuild-6d2bbfac619cf756dc35dc3e1a8562518e1137dd.tar.xz nasmbuild-6d2bbfac619cf756dc35dc3e1a8562518e1137dd.zip |
win32: use the new mingw32 compiler from Fedora 10
Fedora 10 now includes mingw32 in the distro, so use that.
Diffstat (limited to 'buildall.sh')
-rwxr-xr-x | buildall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildall.sh b/buildall.sh index 319a110..2047a12 100755 --- a/buildall.sh +++ b/buildall.sh @@ -54,7 +54,7 @@ build () { mkdir -p win32 cp -a nasm-$version win32 cd win32/nasm-$version - LDFLAGS='-s' ./configure --host=i386-mingw32 + LDFLAGS='-s' ./configure --host=i686-pc-mingw32 $makej cd .. zip -9Dl ../nasm-$version-win32.zip nasm-$version/COPYING |