summaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-07-12 18:48:08 +0000
committerBruce Momjian <bruce@momjian.us>1998-07-12 18:48:08 +0000
commitcfef73b4c000aba86621f312dc12963d83c8f19b (patch)
tree90b6d09a339d718dedc757eab3eca47bc58d8d5c /src/interfaces/libpgtcl
parent37273977cb76d48585db1bd3b3cd22a0f63d7011 (diff)
Update linux_i386 fix.
Diffstat (limited to 'src/interfaces/libpgtcl')
-rw-r--r--src/interfaces/libpgtcl/Makefile.in13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/interfaces/libpgtcl/Makefile.in b/src/interfaces/libpgtcl/Makefile.in
index d11f099ae61..2823aeade13 100644
--- a/src/interfaces/libpgtcl/Makefile.in
+++ b/src/interfaces/libpgtcl/Makefile.in
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.18 1998/06/16 03:17:47 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.19 1998/07/12 18:48:05 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -33,7 +33,7 @@ shlib :=
LIBPQ = -L$(SRCDIR)/interfaces/libpq -lpq
-ifeq ($(PORTNAME), linux_i386)
+ifeq ($(PORTNAME), linux)
install-shlib-dep := install-shlib
shlib := libpgtcl.so.1
CFLAGS += $(CFLAGS_SL)
@@ -59,20 +59,13 @@ ifeq ($(PORTNAME), bsdi)
endif
endif
-ifeq ($(PORTNAME), solaris_i386)
+ifeq ($(PORTNAME), solaris)
install-shlib-dep := install-shlib
shlib := libpgtcl.so.1
LDFLAGS_SL = -G -z text
CFLAGS += $(CFLAGS_SL)
endif
-ifeq ($(PORTNAME), solaris_sparc)
- install-shlib-dep := install-shlib
- shlib := libpgtcl.so.1
- LDFLAGS_SL = -G
- CFLAGS += $(CFLAGS_SL)
-endif
-
ifeq ($(PORTNAME), univel)
install-shlib-dep := install-shlib
shlib := libpgtcl.so.1