diff options
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index b5a313f..76bb316 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -247,8 +247,7 @@ md_file= # Obsolete configurations. case ${target} in - *-*-solaris2.10* \ - | spu*-*-* \ + spu*-*-* \ | tile*-*-* \ ) if test "x$enable_obsolete" != xyes; then @@ -293,6 +292,7 @@ case ${target} in | *-*-solaris2 \ | *-*-solaris2.[0-9] \ | *-*-solaris2.[0-9].* \ + | *-*-solaris2.10* \ | *-*-sysv* \ | vax-*-vms* \ ) @@ -1794,7 +1794,7 @@ i[34567]86-*-rtems*) tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h newlib-stdint.h" tmake_file="${tmake_file} i386/t-rtems" ;; -i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*) +i[34567]86-*-solaris2* | x86_64-*-solaris2*) # Set default arch_32 to pentium4, tune_32 to generic like the other # i386 targets, although config.guess defaults to i386-pc-solaris2*. with_arch_32=${with_arch_32:-pentium4} @@ -4914,7 +4914,7 @@ case ${target} in i[34567]86-*-msdosdjgpp*) tmake_file="${tmake_file} i386/t-djgpp" ;; - i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*) + i[34567]86-*-solaris2* | x86_64-*-solaris2*) ;; i[34567]86-*-cygwin* | x86_64-*-cygwin*) ;; |