]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/glibc/glibc-2.3.2/glibc-make-check-perms.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / glibc / glibc-2.3.2 / glibc-make-check-perms.patch
1 --- glibc/Makefile      9 Sep 2003 02:30:15 -0000       1.234
2 +++ glibc/Makefile      12 Oct 2003 23:24:08 -0000
3 @@ -232,6 +232,7 @@ tests: $(objpfx)c++-types-check.out
4  ifneq ($(CXX),no)
5  ifneq (,$(wildcard scripts/data/c++-types-$(base-machine)-$(config-os).data))
6  $(objpfx)c++-types-check.out: scripts/data/c++-types-$(base-machine)-$(config-os).data
7 +       chmod a+x scripts/check-c++-types.sh
8         scripts/check-c++-types.sh $^ $(CXX) $(filter-out -std=gnu99,$(CFLAGS)) $(CPPFLAGS) > $@
9  else
10  $(objpfx)c++-types-check.out: