Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a7c50cd

Browse files
committed
Finish removing HPUXMATHLIB.
1 parent 6f26146 commit a7c50cd

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

src/Makefile.global.in

+2-3
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 needed for HP-UX
265+
# The HP-UX port makefile, for one, 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

-8
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)