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

Commitc5c8983

Browse files
author
Bryan Henderson
committed
Add complete setting of AROPT
1 parent763adb5 commitc5c8983

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

‎src/Makefile.global

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.49 1996/11/01 21:04:48 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.50 1996/11/02 09:49:57 bryanh Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -234,6 +234,16 @@ X11_LIB = -lX11 -lsocket -lnsl
234234

235235
YFLAGS = -d
236236

237+
##############################################################################
238+
#
239+
# AR
240+
241+
ifneq (,$(findstring /$(PORTNAME)/, /BSD44_derived/bsdi/sparc/))
242+
AROPT = cq
243+
else
244+
AROPT = crs
245+
endif
246+
237247
##############################################################################
238248
#
239249
# Installation.
@@ -301,8 +311,6 @@ CC=gcc
301311
INSTALL=/usr/bin/install
302312
RANLIB=/usr/bin/ranlib
303313

304-
AROPT = cq
305-
306314
# FreeBSD 2.1R with new Flex v2.5.2 in /usr/local
307315
LEX = flex
308316
LDADD+= -L/usr/local/lib -lfl
@@ -448,8 +456,6 @@ else
448456
LDADD_BE = -ldld -lcompat
449457
endif
450458

451-
AROPT=cq
452-
453459
#
454460
# for postgres.user.mk
455461
#
@@ -680,9 +686,6 @@ MK_PORT=sparc
680686
# cc won't work!
681687
CC=gcc
682688

683-
# the ar on SunOs is dumb, can't use the s option
684-
AROPT= cq
685-
686689
INSTALL=/usr/bin/install
687690
RANLIB=/usr/bin/ranlib
688691

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp