diff options
author | Alan Modra <amodra@gcc.gnu.org> | 2017-01-04 18:59:34 +1030 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2017-01-04 18:59:34 +1030 |
commit | 8f56cb5163063ec7871db11c52c700065886d448 (patch) | |
tree | d64385dd42f77b6372a670f9ce751385991012d5 /configure | |
parent | 4567f969b29aeeb2877d23ee08133f09dbada93d (diff) | |
download | gcc-8f56cb5163063ec7871db11c52c700065886d448.zip gcc-8f56cb5163063ec7871db11c52c700065886d448.tar.gz gcc-8f56cb5163063ec7871db11c52c700065886d448.tar.bz2 |
Update configure deps, remove stray \xA0 in picflag.m4, regenerate
Also fix a stray changelog entry. Some of the regen here is due to
previous changes not being regenerated properly, in part due to the
missing configure dependencies.
* configure: Regenerate.
config/
* picflag.m4: Remove stray \xA0 in comment.
gcc/
* Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
* configure: Regenerate.
* config.in: Regenerate.
libada/
* Makefile.in (configure_deps): Update and order as per
configure.ac sinclude.
* configure: Regenerate.
libgcc/
* Makefile.in (configure_deps): Update.
* configure: Regenerate.
libiberty/
* Makefile.in (configure_deps): Update.
* configure: Regenerate.
libitm/
* Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.
From-SVN: r244049
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6033,7 +6033,7 @@ target_elf=no case $target in *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \ *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \ - alpha*-dec-osf* | hppa[12]*-*-hpux* | \ + alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux* | \ nvptx-*-none) target_elf=no ;; |