]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/sparse/files/vars.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / sparse / files / vars.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- sparse-bk/Makefile~vars     2004-09-13 17:45:43.304134000 -0400
7 +++ sparse-bk/Makefile  2004-09-13 17:46:04.980839384 -0400
8 @@ -1,4 +1,5 @@
9  CC=gcc
10 +CCLD=gcc
11  CFLAGS=-O -g -Wall
12  LDFLAGS=-g
13  AR=ar
14 @@ -26,22 +27,22 @@
15         if test $< -nt $(PREFIX)/bin/sparse ; then install -v $< $(PREFIX)/bin/sparse ; fi
16  
17  test-lexing: test-lexing.o $(LIB_FILE)
18 -       gcc $(LDFLAGS) -o $@ $< $(LIBS)
19 +       $(CCLD) $(LDFLAGS) -o $@ $< $(LIBS)
20  
21  test-parsing: test-parsing.o $(LIB_FILE)
22 -       gcc $(LDFLAGS) -o $@ $< $(LIBS)
23 +       $(CCLD) $(LDFLAGS) -o $@ $< $(LIBS)
24  
25  test-linearize: test-linearize.o $(LIB_FILE)
26 -       gcc $(LDFLAGS) -o $@ $< $(LIBS)
27 +       $(CCLD) $(LDFLAGS) -o $@ $< $(LIBS)
28  
29  compile: compile.o compile-i386.o $(LIB_FILE)
30 -       gcc $(LDFLAGS) -o $@ $< compile-i386.o $(LIBS)
31 +       $(CCLD) $(LDFLAGS) -o $@ $< compile-i386.o $(LIBS)
32  
33  obfuscate: obfuscate.o $(LIB_FILE)
34 -       gcc $(LDFLAGS) -o $@ $< $(LIBS)
35 +       $(CCLD) $(LDFLAGS) -o $@ $< $(LIBS)
36  
37  check: check.o $(LIB_FILE)
38 -       gcc $(LDFLAGS) -o $@ $< $(LIBS)
39 +       $(CCLD) $(LDFLAGS) -o $@ $< $(LIBS)
40  
41  $(LIB_FILE): $(LIB_OBJS)
42         $(AR) rcs $(LIB_FILE) $(LIB_OBJS)