aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lzma/lzma-4.65/makefile-cleanup.patch
blob: ccca4d9e8388a3816bf9baee201ca958e2f12392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: lzma-4.65/C/LzmaUtil/makefile.gcc
===================================================================
--- lzma-4.65.orig/C/LzmaUtil/makefile.gcc
+++ lzma-4.65/C/LzmaUtil/makefile.gcc
@@ -1,10 +1,10 @@
 PROG = lzma
-CC = gcc
+CC ?= gcc
 LIB = liblzma.a
 RM = rm -f
 CFLAGS = -c -O2 -Wall
-AR = ar
-RANLIB = ranlib
+AR ?= ar
+RANLIB ?= ranlib
 
 OBJS = \
   Alloc.o \