Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitea582ad

Browse files
committed
Irix linking fix from Yu Cao <yucao@falcon.kla-tencor.com>
1 parenta2b57e3 commitea582ad

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)

[8]ページ先頭

©2009-2025 Movatter.jp