commit b3618c2ed7e7f617899a523f7cd9192020c794f7
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Mar 10 02:26:21 2018 +0000
Remove -mabi=aapcs-linux from gcc flags on arm
pipelight.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/pipelight.spec b/pipelight.spec
index 1d07e44..56abe6b 100644
--- a/pipelight.spec
+++ b/pipelight.spec
@@ -144,6 +144,7 @@ cat %{SOURCE2} > share/install-dependency
%global optflags %(echo %{optflags} | sed 's/ -mcet//; s/ -fstack-clash-protection//;
s/ -fcf-protection//')
#global optflags %(echo %{optflags} | sed 's/ -fasynchronous-unwind-tables//; s/
-Wp,-D_GLIBCXX_ASSERTIONS//')
%global optflags %(echo %{optflags} | sed 's|
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1||')
+%global optflags %(echo %{optflags} | sed 's| -mabi=aapcs-linux||')
%configure \
--with-win64 --wine-path=%{_bindir}/wine \
Show replies by date