diff --git a/clang.cfg b/clang.cfg deleted file mode 100644 index bee5a7a..0000000 --- a/clang.cfg +++ /dev/null @@ -1,3 +0,0 @@ -# Drop the following option after debugedit adds support to DWARF-5: -# https://sourceware.org/bugzilla/show_bug.cgi?id=28728 --gdwarf-4 diff --git a/clang.spec b/clang.spec index c6c2886..4402987 100644 --- a/clang.spec +++ b/clang.spec @@ -77,7 +77,6 @@ Source4: release-keys.asc %if %{without compat_build} Source5: macros.%{name} %endif -Source6: clang.cfg # Patches for clang Patch1: 0001-PATCH-clang-Make-funwind-tables-the-default-on-all-a.patch @@ -507,10 +506,6 @@ mkdir -p %{buildroot}%{install_libdir}/clang/%{maj_ver}/{include,lib,share}/ ln -s %{_datadir}/clang/clang-format-diff.py %{buildroot}%{_bindir}/clang-format-diff %endif -# Install config file -mkdir -p %{buildroot}%{_sysconfdir}/%{name}/ -mv %{SOURCE6} %{buildroot}%{_sysconfdir}/%{name}/%{_target_platform}.cfg - %check %if %{without compat_build} %if %{with check} @@ -548,7 +543,6 @@ false %files libs %{install_prefix}/lib/clang/%{maj_ver}/include/* %{install_libdir}/*.so.* -%{_sysconfdir}/%{name}/%{_target_platform}.cfg %files devel %if %{without compat_build}