diff options
| author | Tom Lane | 1999-04-20 00:26:32 +0000 |
|---|---|---|
| committer | Tom Lane | 1999-04-20 00:26:32 +0000 |
| commit | d30e2ac306c26271474e1b96c087ff8e6d859ac2 (patch) | |
| tree | 907d8d1bdaee1ad3bbdf099ec6a319b0b9be9d76 /src/config.sub | |
| parent | 6eccfbc7277d622d7a82b23a338d7c8815859281 (diff) | |
Portability patches for HPUX 11 and Unixware in configure
and related files. Also remove float.c's gratuitous redeclaration of
isinf() ... looks like there are more decls in there that ought to be
in config.h, but I'll leave well enough alone for now ...
Diffstat (limited to 'src/config.sub')
| -rwxr-xr-x | src/config.sub | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.sub b/src/config.sub index 00bea6e6aaf..161fcc36067 100755 --- a/src/config.sub +++ b/src/config.sub @@ -175,7 +175,7 @@ case $basic_machine in | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \ | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \ - | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* \ + | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0*-* \ | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \ | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \ | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ @@ -692,6 +692,8 @@ case $os in -svr4*) os=-sysv4 ;; + -unixware7*) + ;; -unixware*) os=-sysv4.2uw ;; |
