diff options
author | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-01-04 08:29:34 +0000 |
---|---|---|
committer | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-01-04 08:29:34 +0000 |
commit | cb7a0f1d57079576cdf07b4c4b8dacc3cf38a60d (patch) | |
tree | d64385dd42f77b6372a670f9ce751385991012d5 /configure | |
parent | f4ccca52571c6dcd7278116f1d58d720daa2c72e (diff) | |
download | gcc-cb7a0f1d57079576cdf07b4c4b8dacc3cf38a60d.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244049 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index b8d60964a94..ba5f8bf180f 100755 --- a/configure +++ b/configure @@ -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 ;; |