summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/common
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-03-20 07:01:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-03-20 07:01:06 +0000
commitf9dff196e86523f577b0021f0c9a8a6f904e53b1 (patch)
tree49f1ba07e8bbcf8802cbefb0afcb58bcfbda2296 /contrib/crossrpms/common
parent2008-03-19 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-f9dff196e86523f577b0021f0c9a8a6f904e53b1.tar.bz2
Disable debug_package for cygwin.
Diffstat (limited to 'contrib/crossrpms/common')
-rw-r--r--contrib/crossrpms/common/common.add1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/crossrpms/common/common.add b/contrib/crossrpms/common/common.add
index ef755e4f8a..c92e6cd996 100644
--- a/contrib/crossrpms/common/common.add
+++ b/contrib/crossrpms/common/common.add
@@ -18,5 +18,6 @@
%ifos cygwin cygwin32
%define optflags -O3 -pipe -march=i486 -funroll-loops
%define _libdir %{_exec_prefix}/lib
+%define debug_package %{nil}
%endif