]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/openzaurus-pxa-2.4.18-rmk7-pxa3-embedix20031107/dumb-hack-for-wlan-ng.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / openzaurus-pxa-2.4.18-rmk7-pxa3-embedix20031107 / dumb-hack-for-wlan-ng.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- linux/arch/arm/tools/Makefile~dumb-hack-for-wlan-ng
7 +++ linux/arch/arm/tools/Makefile
8 @@ -16,7 +16,7 @@
9  # any errors that occur along the way.
10  
11  constants.h: constants-hdr getconstants.c
12 -       $(CC) $(CFLAGS) -S -o $@.tmp.1 getconstants.c
13 +       arm-linux-gcc-2.95 $(CFLAGS) -S -o $@.tmp.1 getconstants.c
14         sed 's/^\(#define .* \)[#$$]\(.*\)/\1\2/;/^#define/!d' $@.tmp.1 > $@.tmp.2
15         cat constants-hdr $@.tmp.2 > $@
16         $(RM) $@.tmp*