summaryrefslogtreecommitdiff
path: root/src/makefiles
diff options
context:
space:
mode:
authorTom Lane2003-05-11 20:50:53 +0000
committerTom Lane2003-05-11 20:50:53 +0000
commita7c50cd92b17885d926fdf4f0df084849f285d58 (patch)
tree0aa8647790a4aefc18e8021b9fbbfc57fe1ea0f5 /src/makefiles
parent6f261461c1d0bb7ab4d4e2442cea313008c06f12 (diff)
Finish removing HPUXMATHLIB.
Diffstat (limited to 'src/makefiles')
-rw-r--r--src/makefiles/Makefile.hpux8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/makefiles/Makefile.hpux b/src/makefiles/Makefile.hpux
index d1d18fb878f..559b887f263 100644
--- a/src/makefiles/Makefile.hpux
+++ b/src/makefiles/Makefile.hpux
@@ -11,14 +11,6 @@ ifeq ($(HAVE_POSIX_SIGNALS), no)
LIBS := -lBSD $(LIBS)
endif
-# On HPUX 9, rint() is provided only in the PA1.1 version of libm.
-# If configure found it necessary to link against /lib/pa1.1 to find rint,
-# add -L command to make that happen.
-# (CAUTION: you need PHSS_4630 to have a working version of rint() on 9!)
-ifneq ($(HPUXMATHLIB),)
- LDFLAGS:= -L/lib/pa1.1 $(LDFLAGS)
-endif
-
# Embed 'libdir' as the shared library search path so that the executables
# don't need SHLIB_PATH to be set. (We do not observe the --enable-rpath
# switch here because you'd get rather bizarre behavior if you leave this