remove clang cflags

This commit is contained in:
Alexander Stefanov 2019-07-27 19:31:46 +00:00
parent bd2ac996a4
commit 7dd0701d28

View file

@ -3,11 +3,6 @@
%bcond_without single
# (tpg) optimize it a bit
%ifnarch riscv64
%global optflags %{optflags} -fPIE -D_GNU_SOURCE=1 --rtlib=compiler-rt
%endif
# do not make coreutils-single depend on /usr/bin/coreutils
%global __requires_exclude ^/%{_bin}/coreutils$