diff options
| author | Peter Eisentraut | 2000-06-30 16:11:02 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-06-30 16:11:02 +0000 |
| commit | 385470f8c622ca844971b1c0a5929f80f43c9e37 (patch) | |
| tree | 146093fa97fb3f7810e0d4781ab44d74b78b025a /src/template | |
| parent | 3513f4d162838c5c33ae89c30eac90b95e154f69 (diff) | |
Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>
Don't use DISABLE_COMPLEX_MACRO on Solaris. Don't define the
replacement function in the header file. Use -KPIC, not -K PIC.
Use CC to link C++ libraries, not ld/ar.
Eliminate file not found warnings in tcl build code.
Diffstat (limited to 'src/template')
| -rw-r--r-- | src/template/solaris_i386_cc | 2 | ||||
| -rw-r--r-- | src/template/solaris_sparc_cc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/template/solaris_i386_cc b/src/template/solaris_i386_cc index 138597a40e..a665158068 100644 --- a/src/template/solaris_i386_cc +++ b/src/template/solaris_i386_cc @@ -1,6 +1,6 @@ AROPT:cq CFLAGS: -SHARED_LIB:-K PIC +SHARED_LIB:-KPIC ALL: SRCH_INC: SRCH_LIB: diff --git a/src/template/solaris_sparc_cc b/src/template/solaris_sparc_cc index 79fb981925..da7d77379b 100644 --- a/src/template/solaris_sparc_cc +++ b/src/template/solaris_sparc_cc @@ -1,6 +1,6 @@ AROPT:crs -CFLAGS:-Xa -v -D__sparc__ -D__sun__ -DDISABLE_COMPLEX_MACRO -SHARED_LIB:-K PIC +CFLAGS:-Xa -v -D__sparc__ -D__sun__ +SHARED_LIB:-KPIC ALL: SRCH_INC: SRCH_LIB: |
