mirror of
https://abf.rosa.ru/djam/lcc.git
synced 2025-02-23 14:02:48 +00:00
put eprof on top
This commit is contained in:
parent
9403ed3b45
commit
3d0a022d0d
1 changed files with 5 additions and 4 deletions
9
lcc.spec
9
lcc.spec
|
@ -2,6 +2,11 @@
|
|||
# all %%e2k arches have the same triplet
|
||||
%define gcc_target_platform e2k-%{_vendor}-linux
|
||||
|
||||
%define eprof_major 1
|
||||
%define libeprof %mklibname eprof %{eprof_major}
|
||||
%define libeprof_devel %mklibname eprof -d
|
||||
%define libeprof_static_devel %mklibname eprof -d -s
|
||||
|
||||
%define omp_major 1
|
||||
%define libomp %mklibname omp %{omp_major}
|
||||
%define libomp_devel %mklibname omp -d
|
||||
|
@ -353,10 +358,6 @@ to compile OpenMP v3.0 support.
|
|||
%{_libdir}/libomp.*a
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
%define eprof_major 1
|
||||
%define libeprof %mklibname eprof %{eprof_major}
|
||||
%define libeprof_devel %mklibname eprof -d
|
||||
%define libeprof_static_devel %mklibname eprof -d -s
|
||||
|
||||
%package -n %{libeprof}
|
||||
Summary: GCC eprof library
|
||||
|
|
Loading…
Add table
Reference in a new issue