summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/common
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-23 07:00:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-23 07:00:15 +0000
commit842b7c4fe3ad1fc94c96347740d6bfe8ee7e91bb (patch)
tree62caf253caa1ff3352c7339334662a361a64e829 /contrib/crossrpms/common
parentNew. (diff)
downloadrtems-842b7c4fe3ad1fc94c96347740d6bfe8ee7e91bb.tar.bz2
Mingw32 update.
Diffstat (limited to 'contrib/crossrpms/common')
-rw-r--r--contrib/crossrpms/common/common.add2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/crossrpms/common/common.add b/contrib/crossrpms/common/common.add
index 82b8243508..03a67b6656 100644
--- a/contrib/crossrpms/common/common.add
+++ b/contrib/crossrpms/common/common.add
@@ -23,6 +23,7 @@
%ifos cygwin cygwin32 mingw mingw32
%define _exeext .exe
+%define debug_package %{nil}
%else
%define _exeext %{nil}
%endif
@@ -30,7 +31,6 @@
%ifos cygwin cygwin32
%define optflags -O3 -pipe -march=i486 -funroll-loops
%define _libdir %{_exec_prefix}/lib
-%define debug_package %{nil}
%endif
%if "%{_build}" != "%{_host}"