matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / glibc / glibc-2.3.2 / glibc-make-check-perms.patch
blobdfcd05196b312cddd11c8e44648c014abec470d5
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: