aboutsummaryrefslogtreecommitdiffstats
path: root/macros-perarch.in
blob: ccde046ba1026dbd9fed71dfaf7694ea18c2e219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Per-platform rpm configuration file.
# $Id$

#==============================================================================
# ---- per-platform macros.
#
%_arch			@RPMARCH@
%_vendor		@RPMVENDOR@
%_os			@RPMOS@
%_gnu			-gnu
%_target_platform	%{_target_cpu}-%{_vendor}-%{_target_os}
%optflags		@RPMOPTFLAGS@

#==============================================================================
# ---- configure macros.
#
%_lib			@LIB@

@MULTILIBSTART@
#---------------------------------------------------------------------
#	Multilibs
%_multilibno		@MULTILIBNO@
%_multilibpatt		(/%{_lib}|/usr/%{_lib}(|/gconv)|/usr/local/%{_lib}|/usr/X11R6/%{_lib}|/opt/%{_lib})/[^/]*\\.([oa]|la|so[0-9.]*)$
@MULTILIBEND@