mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 00:02:47 -04:00
autocoinf
This commit is contained in:
parent
7ebae4c096
commit
da1ac9ad25
1 changed files with 2 additions and 2 deletions
4
src/configure
vendored
4
src/configure
vendored
|
|
@ -602,8 +602,8 @@ tas_file=dummy.s
|
|||
case "$host_os" in
|
||||
solaris*)
|
||||
case "$host_cpu" in
|
||||
sparc) os=sparc_solaris need_tas=yes tas_file=sparc_solaris.s ;;
|
||||
i386) os=i386_solaris need_tas=yes tas_file=i386_solaris.s ;;
|
||||
sparc) os=solaris_sparc need_tas=yes tas_file=solaris_sparc.s ;;
|
||||
i386) os=solaris_sparc need_tas=yes tas_file=solaris_i386.s ;;
|
||||
esac ;;
|
||||
sunos*) os=sunos4 need_tas=no ;;
|
||||
aux*) os=aux need_tas=no ;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue