summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/common
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-03-20 04:04:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-03-20 04:04:44 +0000
commit310132c3047d924cdfbe71c1592307d05535e7ef (patch)
treedec14fa2a9c879c1f27fa484d7dae719f2425459 /contrib/crossrpms/common
parentAdd cygwin optflags hack. (diff)
downloadrtems-310132c3047d924cdfbe71c1592307d05535e7ef.tar.bz2
Add _libdir 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 bcf0ce249d..ef755e4f8a 100644
--- a/contrib/crossrpms/common/common.add
+++ b/contrib/crossrpms/common/common.add
@@ -17,5 +17,6 @@
%ifos cygwin cygwin32
%define optflags -O3 -pipe -march=i486 -funroll-loops
+%define _libdir %{_exec_prefix}/lib
%endif