Mingw32 update.

This commit is contained in:
Ralf Corsepius
2008-12-23 07:00:15 +00:00
parent faa5d8a9f3
commit 842b7c4fe3

View File

@@ -23,6 +23,7 @@
%ifos cygwin cygwin32 mingw mingw32
%define _exeext .exe
%define debug_package %{nil}
%else
%define _exeext %{nil}
%endif
@@ -30,7 +31,6 @@
%ifos cygwin cygwin32
%define optflags -O3 -pipe -march=i486 -funroll-loops
%define _libdir %{_exec_prefix}/lib
%define debug_package %{nil}
%endif
%if "%{_build}" != "%{_host}"