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

Commita7c50cd

Browse files
committed
Finish removing HPUXMATHLIB.
1 parent6f26146 commita7c50cd

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

‎src/Makefile.global.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*-makefile-*-
2-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.161 2003/04/04 20:42:11 momjian Exp $
2+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.162 2003/05/11 20:50:53 tgl Exp $
33

44
#------------------------------------------------------------------------------
55
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -262,9 +262,8 @@ host_tuple = @host@
262262
host_os = @host_os@
263263
host_cpu = @host_cpu@
264264

265-
#Grungy things neededforHP-UX
265+
#The HP-UX port makefile,forone, needs access to this symbol
266266
HAVE_POSIX_SIGNALS= @HAVE_POSIX_SIGNALS@
267-
HPUXMATHLIB= @HPUXMATHLIB@
268267

269268
# This is mainly for use on FreeBSD, where we have both a.out and elf
270269
# systems now. May be applicable to other systems to?

‎src/makefiles/Makefile.hpux

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ ifeq ($(HAVE_POSIX_SIGNALS), no)
1111
LIBS := -lBSD $(LIBS)
1212
endif
1313

14-
# On HPUX 9, rint() is provided only in the PA1.1 version of libm.
15-
# If configure found it necessary to link against /lib/pa1.1 to find rint,
16-
# add -L command to make that happen.
17-
# (CAUTION: you need PHSS_4630 to have a working version of rint() on 9!)
18-
ifneq ($(HPUXMATHLIB),)
19-
LDFLAGS:= -L/lib/pa1.1 $(LDFLAGS)
20-
endif
21-
2214
# Embed 'libdir' as the shared library search path so that the executables
2315
# don't need SHLIB_PATH to be set. (We do not observe the --enable-rpath
2416
# switch here because you'd get rather bizarre behavior if you leave this

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp