From 36c1c94bca30a730bec1bb9f5163ccfbb7565fed Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sat, 17 Jan 1998 23:33:58 +0000 Subject: From: "Billy G. Allie" The attached patches will allow postgreSQL to compile successfully on SCO UNIXWARE 2.1.x. The patches fix the following problems: 1. Configure did not properly recognize the UNIXWARE system as needing the univel port. It used the sys4 port. 2. Configure did not properly process the CC flag in the template file. 3. There was no working test and set locking implementation for the native UNIXWARE compiler. 4. The test and set locking used for Intel X86 that was selected by defining NEED_I386_TAS_ASM could fail in a multi-processor environment. 5. The makefiles for libpq and libpgtcl did not make a shared library for the univel port. --- src/backend/port/univel/port-protos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/port/univel/port-protos.h') diff --git a/src/backend/port/univel/port-protos.h b/src/backend/port/univel/port-protos.h index 97d23fe6ac..9cafdd84e1 100644 --- a/src/backend/port/univel/port-protos.h +++ b/src/backend/port/univel/port-protos.h @@ -1,7 +1,7 @@ /*------------------------------------------------------------------------- * * port-protos.h-- - * port-specific prototypes for Intel x86/Intel SVR4 + * port-specific prototypes for Intel x86/UNIXWARE * * * Copyright (c) 1994, Regents of the University of California -- cgit v1.2.1