Sync with upstream gcc.

This commit is contained in:
Jeff Johnston
2016-06-23 15:47:44 -04:00
parent eba8d258f1
commit 79bb0de3e5
14 changed files with 5777 additions and 294 deletions

View File

@@ -17,7 +17,7 @@ target_elf=no
case $target in
*-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
*-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
alpha*-dec-osf* | *-interix* | hppa[[12]]*-*-hpux* | \
alpha*-dec-osf* | hppa[[12]]*-*-hpux* | \
nvptx-*-none)
target_elf=no
;;