]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (stmp-int-hdrs): Make include/unwind.h, include/stdint-gcc.h, and include...
authorChris Demetriou <cgd@google.com>
Thu, 11 Mar 2010 20:31:01 +0000 (12:31 -0800)
committerChris Demetriou <cgd@gcc.gnu.org>
Thu, 11 Mar 2010 20:31:01 +0000 (12:31 -0800)
2010-03-11  Chris Demetriou  <cgd@google.com>

        * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
        include/stdint-gcc.h, and include/stdint.h world-readable.

From-SVN: r157392

gcc/ChangeLog
gcc/Makefile.in

index a6fc80d8be7d132fa9553bae89338a3274ea3a17..ab8f589cd8203047a8836a736b821efd27360923 100644 (file)
@@ -1,3 +1,8 @@
+2010-03-11  Chris Demetriou  <cgd@google.com>
+
+       * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
+       include/stdint-gcc.h, and include/stdint.h world-readable.
+
 2010-03-11  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/43255
index 5ce34f47a226dec6b960370e6668322b855f6606..9a9d16b7fd283a8fc3ee404c178050e82ae9fe5a 100644 (file)
@@ -3835,14 +3835,17 @@ stmp-int-hdrs: $(STMP_FIXINC) $(USER_H) $(UNWIND_H) fixinc_list
        done
        rm -f include/unwind.h
        cp $(UNWIND_H) include/unwind.h
+       chmod a+r include/unwind.h
        rm -f include/stdint.h
        if [ $(USE_GCC_STDINT) = wrap ]; then \
          rm -f include/stdint-gcc.h; \
          cp $(srcdir)/ginclude/stdint-gcc.h include/stdint-gcc.h; \
+         chmod a+r include/stdint-gcc.h; \
          cp $(srcdir)/ginclude/stdint-wrap.h include/stdint.h; \
        elif [ $(USE_GCC_STDINT) = provide ]; then \
          cp $(srcdir)/ginclude/stdint-gcc.h include/stdint.h; \
        fi
+       chmod a+r include/stdint.h
        set -e; for ml in `cat fixinc_list`; do \
          sysroot_headers_suffix=`echo $${ml} | sed -e 's/;.*$$//'`; \
          multi_dir=`echo $${ml} | sed -e 's/^[^;]*;//'`; \