Add cygwin hacks from CVS-HEAD.

This commit is contained in:
Ralf Corsepius
2008-03-20 08:33:07 +00:00
parent 5ee16abd07
commit 1187fce8b8

View File

@@ -15,3 +15,9 @@
%define _exeext %{nil}
%endif
%ifos cygwin cygwin32
%define optflags -O3 -pipe -march=i486 -funroll-loops
%define _libdir %{_exec_prefix}/lib
%define debug_package %{nil}
%endif