summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-05-08 03:03:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-05-08 03:03:08 +0000
commitb6ca30ae15b95dcb683d4723ff5c78f424503ed2 (patch)
treebbdd5cfa877f3eb9a6fdac582fa5dca83da211a8
parentNew (sync with rtems-4-8-branch) (diff)
downloadrtems-b6ca30ae15b95dcb683d4723ff5c78f424503ed2.tar.bz2
Sync with rtems-4-8-branch.
-rw-r--r--contrib/crossrpms/common/common.add12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/crossrpms/common/common.add b/contrib/crossrpms/common/common.add
index c0f8ab01e3..2d62173388 100644
--- a/contrib/crossrpms/common/common.add
+++ b/contrib/crossrpms/common/common.add
@@ -15,3 +15,15 @@
%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
+
+%if "%{_build}" != "%{_host}"
+%define _host_rpmprefix @rpmprefix@%{_host}-
+%else
+%define _host_rpmprefix %{nil}
+%endif
+