Commit 1d9edd01 by Chris Demetriou Committed by Chris Demetriou

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

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

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
parent 2f4d643d
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> 2010-03-11 Richard Guenther <rguenther@suse.de>
PR tree-optimization/43255 PR tree-optimization/43255
......
...@@ -3835,14 +3835,17 @@ stmp-int-hdrs: $(STMP_FIXINC) $(USER_H) $(UNWIND_H) fixinc_list ...@@ -3835,14 +3835,17 @@ stmp-int-hdrs: $(STMP_FIXINC) $(USER_H) $(UNWIND_H) fixinc_list
done done
rm -f include/unwind.h rm -f include/unwind.h
cp $(UNWIND_H) include/unwind.h cp $(UNWIND_H) include/unwind.h
chmod a+r include/unwind.h
rm -f include/stdint.h rm -f include/stdint.h
if [ $(USE_GCC_STDINT) = wrap ]; then \ if [ $(USE_GCC_STDINT) = wrap ]; then \
rm -f include/stdint-gcc.h; \ rm -f include/stdint-gcc.h; \
cp $(srcdir)/ginclude/stdint-gcc.h 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; \ cp $(srcdir)/ginclude/stdint-wrap.h include/stdint.h; \
elif [ $(USE_GCC_STDINT) = provide ]; then \ elif [ $(USE_GCC_STDINT) = provide ]; then \
cp $(srcdir)/ginclude/stdint-gcc.h include/stdint.h; \ cp $(srcdir)/ginclude/stdint-gcc.h include/stdint.h; \
fi fi
chmod a+r include/stdint.h
set -e; for ml in `cat fixinc_list`; do \ set -e; for ml in `cat fixinc_list`; do \
sysroot_headers_suffix=`echo $${ml} | sed -e 's/;.*$$//'`; \ sysroot_headers_suffix=`echo $${ml} | sed -e 's/;.*$$//'`; \
multi_dir=`echo $${ml} | sed -e 's/^[^;]*;//'`; \ multi_dir=`echo $${ml} | sed -e 's/^[^;]*;//'`; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment