mirror of https://github.com/postgres/postgres
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.
REL6_4
parent
98c7cb11de
commit
36c1c94bca
@ -1,10 +1,10 @@ |
||||
AROPT:crs |
||||
CFLAGS:-I$(SRCDIR)/backend/port/univel |
||||
SHARED_LIB:-fPIC |
||||
ALL:-DHAVE_RUSAGE -m486 -Dsvr4 |
||||
CFLAGS:-I$(SRCDIR)/backend/port/univel -Xa -v -DHAVE_RUSAGE -O -K i486,host,inline,loop_unroll -Dsvr4 |
||||
SHARED_LIB:-K PIC |
||||
SRCH_INC: |
||||
SRCH_LIB: |
||||
USE_LOCALE:no |
||||
DLSUFFIX:.so |
||||
YFLAGS:-d |
||||
YACC:bison -y |
||||
YACC:yacc |
||||
CC:cc |
||||
|
||||
Loading…
Reference in new issue