summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/common
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-03-20 04:03:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-03-20 04:03:34 +0000
commit28904d4152359aa73a6c46335de230957cf1efc4 (patch)
tree95ddcc4214013532b1dcb6743a6869ec0720427b /contrib/crossrpms/common
parentUse %__tar instead of /usr/bin/star. (diff)
downloadrtems-28904d4152359aa73a6c46335de230957cf1efc4.tar.bz2
Add cygwin optflags hack.
Diffstat (limited to 'contrib/crossrpms/common')
-rw-r--r--contrib/crossrpms/common/common.add4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/crossrpms/common/common.add b/contrib/crossrpms/common/common.add
index c0f8ab01e3..bcf0ce249d 100644
--- a/contrib/crossrpms/common/common.add
+++ b/contrib/crossrpms/common/common.add
@@ -15,3 +15,7 @@
%define _exeext %{nil}
%endif
+%ifos cygwin cygwin32
+%define optflags -O3 -pipe -march=i486 -funroll-loops
+%endif
+