8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b57e3 commit ea582adCopy full SHA for ea582ad
src/interfaces/libpq++/Makefile.in
@@ -6,7 +6,7 @@
6
# Copyright (c) 1994, Regents of the University of California
7
#
8
# IDENTIFICATION
9
-# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.16 1999/07/08 03:30:16 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.17 1999/09/07 18:10:49 tgl Exp $
10
11
#-------------------------------------------------------------------------
12
@@ -48,6 +48,15 @@ else
48
SHLIB_LINK= -L../libpq -lpq
49
endif
50
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
+
60
# Shared library stuff, also default 'all' target
61
include $(SRCDIR)/Makefile.shlib
62
0 commit comments