summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
diff options
context:
space:
mode:
authorBruce Momjian2005-12-30 21:43:41 +0000
committerBruce Momjian2005-12-30 21:43:41 +0000
commit12af9cdff485fd2c76630ba85e8437e5ee51558c (patch)
tree1652c3bb7bd61408c5392ef56fa7167e69b3d403 /src/Makefile.shlib
parentc876d965f5e7a8b300f57d21de570cca291ac84a (diff)
Add support for Solaris x86_64 using Sun's compiler.
Pierre Girard
Diffstat (limited to 'src/Makefile.shlib')
-rw-r--r--src/Makefile.shlib4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib
index 84d5506908..f869764d25 100644
--- a/src/Makefile.shlib
+++ b/src/Makefile.shlib
@@ -6,7 +6,7 @@
# Copyright (c) 1998, Regents of the University of California
#
# IDENTIFICATION
-# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.100 2005/12/09 21:19:34 petere Exp $
+# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.101 2005/12/30 21:43:41 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -193,7 +193,7 @@ ifeq ($(PORTNAME), solaris)
ifeq ($(GCC), yes)
LINK.shared = $(CC) -shared
else
- LINK.shared = $(CC) -G
+ LINK.shared = $(CC) -G $(CFLAGS) # CFLAGS added for X86_64
endif
ifeq ($(with_gnu_ld), yes)
LINK.shared += -Wl,-soname,$(soname)