[packages/llvm] - fix memory exhaution problem during linking on i686 - rel 2

baggins baggins at pld-linux.org
Sat Jan 21 20:25:29 CET 2017


commit 77b0410f1264020b9a1eaedb820ee331e155b00e
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Jan 21 20:24:49 2017 +0100

    - fix memory exhaution problem during linking on i686
    - rel 2

 llvm.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/llvm.spec b/llvm.spec
index 926d98a..66a59a2 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -25,7 +25,7 @@ Summary:	The Low Level Virtual Machine (An Optimizing Compiler Infrastructure)
 Summary(pl.UTF-8):	Niskopoziomowa maszyna wirtualna (infrastruktura kompilatora optymalizującego)
 Name:		llvm
 Version:	3.9.1
-Release:	1
+Release:	2
 License:	University of Illinois/NCSA Open Source License
 Group:		Development/Languages
 #Source0Download: http://llvm.org/releases/download.html
@@ -130,7 +130,8 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define		_sysconfdir	/etc/%{name}
 
 %define		specflags_ppc	-fno-var-tracking-assignments
-# x32 - the same issue as https://llvm.org/bugs/show_bug.cgi?id=27237
+# i686 and x32 - the same issue as https://llvm.org/bugs/show_bug.cgi?id=27237
+%define		specflags_i686	-gsplit-dwarf
 %define		specflags_x32	-gsplit-dwarf
 
 # strip corrupts: $RPM_BUILD_ROOT/usr/lib64/llvm-gcc/bin/llvm-c++ ...
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/llvm.git/commitdiff/77b0410f1264020b9a1eaedb820ee331e155b00e



More information about the pld-cvs-commit mailing list