From 6ea50e50e658638413c7a46a3753aa0b70e5044a Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Thu, 7 Nov 2002 17:58:59 +0000 Subject: [PATCH] Bugfix (compiler options). --- configure/os/CONFIG.hpux-parisc.hpux-parisc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure/os/CONFIG.hpux-parisc.hpux-parisc b/configure/os/CONFIG.hpux-parisc.hpux-parisc index f185ca5a5..27c4d710d 100644 --- a/configure/os/CONFIG.hpux-parisc.hpux-parisc +++ b/configure/os/CONFIG.hpux-parisc.hpux-parisc @@ -48,11 +48,9 @@ OPT_CXXFLAGS_NO = -g STATIC_LDFLAGS_YES= -Wl,-a,archive -l:libc.sl +A # shared libs will be found by searching environment variable SHLIB_PATH, # then by searching the specified path (see below) -STATIC_LDFLAGS_YES+= -b STATIC_LDFLAGS_NO = -Wl,+b$(DEFAULT_SHRLIB_SEARCH_PATH),+s STATIC_LDLIBS_YES= STATIC_LDLIBS_NO= TARGET_LDFLAGS += -AA -mt -SHRLIB_LDFLAGS_YES = -G -h $@ - +SHRLIB_LDFLAGS_YES = -b