mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 06:20:25 +08:00
re PR bootstrap/26478 (bootstrap fails with readonly source directory)
PR bootstrap/26478 * Makefile.in (stmp-int-hdrs): Remove include/unwind.h before copying over it. From-SVN: r111662
This commit is contained in:
parent
ee8285934a
commit
778f0e8918
@ -1,3 +1,9 @@
|
||||
2006-03-03 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
PR bootstrap/26478
|
||||
* Makefile.in (stmp-int-hdrs): Remove include/unwind.h before
|
||||
copying over it.
|
||||
|
||||
2006-03-02 Zdenek Dvorak <dvorakz@suse.cz>
|
||||
|
||||
* tree-vrp.c (remove_range_assertions): Do not update statements unnecessarily.
|
||||
|
@ -3143,6 +3143,7 @@ stmp-int-hdrs: $(STMP_FIXINC) $(USER_H) xlimits.h $(UNWIND_H)
|
||||
done
|
||||
rm -f include/limits.h
|
||||
cp xlimits.h include/limits.h
|
||||
rm -f include/unwind.h
|
||||
cp $(UNWIND_H) include/unwind.h
|
||||
chmod a+r include/limits.h
|
||||
# Install the README
|
||||
|
Loading…
x
Reference in New Issue
Block a user