aboutsummaryrefslogtreecommitdiffstats
path: root/cauldron.macros
blob: 4bc2b8254c94d2ac33afdf1c47114d719a61e90b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Macros ported from Cauldron and/or newer RPM releases
#

# Compiler flags
%build_cflags %{optflags}
%build_cxxflags %{optflags}
%build_fflags %{optflags} %{?_fmoddir:-I%_fmoddir}
%build_ldflags %{ldflags}

# Set compiler flags
%set_build_flags %setup_compile_flags

# Deprecated names. For backwards compatibility only.
%__global_cflags %{build_cflags}
%__global_cxxflags %{build_cxxflags}
%__global_fflags %{build_fflags}
%__global_fcflags %{build_fflags}
%__global_ldflags %{build_ldflags}