Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
... in its GCC commit 03b2a04d63c7a320ef86ee4a077bbdcefd02a271 (Subversion r170076) revision. This gets us rid of the (non-fatal) error mentioned in <#1 (comment)>: @@ -84,7 +84,6 @@ checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for a BSD-compatible install... /usr/bin/install -c -/bin/sh: ./../move-if-change: No such file or directory checking for sys/file.h... yes checking for sys/param.h... yes checking for limits.h... yes ..., and changes '[build]/libiberty/Makefile' as follows: @@ -108,6 +108,8 @@ check: check-subdir installcheck: installcheck-subdir +# Warning: this fragment is automatically generated +enable_shared = no INCDIR=$(srcdir)/$(MULTISRCTOP)../include ... by means of '[build]/libiberty/temp-frag' now being 'move-if-change'd to '[build]/libiberty/xhost-mkfrag'. Co-authored-by: Thomas Schwinge <[email protected]>
- Loading branch information