mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Since HPUX now exists for Itanium, we should decouple the assumption
that OS=hpux is the same as CPU=hppa. First steps at doing this. With these patches, we still work on hppa with either gcc or HP's cc. We might work on hpux/itanium with gcc, but I can't test it. Definitely will not work on hpux/itanium with non-gcc compiler, for lack of spinlock code.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -1453,7 +1453,7 @@ PORTNAME=$template
|
||||
# assembler code in src/include/storage/s_lock.h, so we just use
|
||||
# a dummy file here.
|
||||
case $host in
|
||||
*-*-hpux*) need_tas=yes; tas_file=hpux.s ;;
|
||||
hppa*-*-hpux*) need_tas=yes; tas_file=hpux_hppa.s ;;
|
||||
sparc-*-solaris*) need_tas=yes; tas_file=solaris_sparc.s ;;
|
||||
i?86-*-solaris*) need_tas=yes; tas_file=solaris_i386.s ;;
|
||||
*) need_tas=no; tas_file=dummy.s ;;
|
||||
|
Reference in New Issue
Block a user