source: rtems/contrib/crossrpms/common/common.add @ 310132c

4.104.114.95
Last change on this file since 310132c was 310132c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/20/08 at 04:04:44

Add _libdir for cygwin.

  • Property mode set to 100644
File size: 422 bytes
Line 
1#
2# Please send bugfixes or comments to
3#       http://www.rtems.org/bugzilla
4#
5
6%if "%{_prefix}" != "/usr"
7%define _prefix                 @_prefix@
8%define _infodir                %{_prefix}/info
9%define _mandir                 %{_prefix}/man
10%endif
11
12%ifos cygwin cygwin32 mingw mingw32
13%define _exeext .exe
14%else
15%define _exeext %{nil}
16%endif
17
18%ifos cygwin cygwin32
19%define optflags -O3 -pipe -march=i486 -funroll-loops
20%define _libdir                 %{_exec_prefix}/lib
21%endif
22
Note: See TracBrowser for help on using the repository browser.