Skip to content

Commit ea582ad

Browse files
committed
Irix linking fix from Yu Cao <yucao@falcon.kla-tencor.com>
1 parent a2b57e3 commit ea582ad

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/interfaces/libpq++/Makefile.in

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1994, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.16 1999/07/08 03:30:16 momjian Exp $
9+
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.17 1999/09/07 18:10:49 tgl Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -48,6 +48,15 @@ else
4848
SHLIB_LINK= -L../libpq -lpq
4949
endif
5050

51+
# For CC on IRIX, must use CC as linker/archiver of C++ libraries
52+
ifeq ($(PORTNAME), irix5)
53+
ifeq ($(CXX), CC)
54+
AR = CC
55+
AROPT = -ar -o
56+
LD = CC
57+
endif
58+
endif
59+
5160
# Shared library stuff, also default 'all' target
5261
include $(SRCDIR)/Makefile.shlib
5362

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy