summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-03-20 08:33:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-03-20 08:33:07 +0000
commit1187fce8b89ab9bbdefd5e0d98ac08ed1f84cf91 (patch)
tree2ae91943bf53da63c429b1d82d6ea9bb4aa55788 /contrib
parent5ee16abd07f32bde1916aa3545c358bd8eed1807 (diff)
Add cygwin hacks from CVS-HEAD.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/common/common.add6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/crossrpms/common/common.add b/contrib/crossrpms/common/common.add
index c0f8ab01e3..c92e6cd996 100644
--- a/contrib/crossrpms/common/common.add
+++ b/contrib/crossrpms/common/common.add
@@ -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
+