]> git.pld-linux.org Git - packages/sparse.git/blob - sparse-llvm.patch
- updated to 0.5.2
[packages/sparse.git] / sparse-llvm.patch
1 --- sparse-0.5.2/Makefile.orig  2018-04-13 17:15:41.000000000 +0200
2 +++ sparse-0.5.2/Makefile       2018-11-26 20:14:30.999238925 +0100
3 @@ -90,7 +90,7 @@
4  endif
5  
6  ifeq ($(HAVE_LLVM),yes)
7 -ifeq ($(shell uname -m | grep -q '\(i386\|x86\)' && echo ok),ok)
8 +ifeq ($(shell uname -m | grep -q '\(i[3456]86\|x86\)' && echo ok),ok)
9  LLVM_VERSION:=$(shell $(LLVM_CONFIG) --version)
10  ifeq ($(shell expr "$(LLVM_VERSION)" : '[3-9]\.'),2)
11  LLVM_PROGS := sparse-llvm
This page took 0.050889 seconds and 3 git commands to generate.