summaryrefslogtreecommitdiffstats
path: root/scripts/common/common.add.in
blob: 12f3a55c100669ed3c437978f99af2fe1cc19018 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Please send bugfixes or comments to
# 	http://www.rtems.com/cgi-bin/gnatweb.pl
# or	mailto:@PACKAGE_BUGREPORT@
#

%define	_prefix			@prefix@
%define _defaultbuildroot 	%{_tmppath}/%{name}-%{version}-root
%ifos cygwin cygwin32
%define _exeext .exe
%else
%define _exeext %{nil}
%endif

# Without this, RPM-4.x' rpm-brp-strip screws up on cross-binaries
%define __os_install_post %{nil}

Vendor: 	OARCorp
Distribution: 	Linux

BuildRoot:	%{_defaultbuildroot}