From aca49971b61151ad6c0057c2e2087e99d19a1121 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sat, 12 Dec 1992 07:39:24 -0700 Subject: [PATCH] pa-hpux.h (TARGET_DEFAULT): Do not enable TARGET_SHARED_LIBS by default in 2.3.3 since it doesn't really work. * pa-hpux.h (TARGET_DEFAULT): Do not enable TARGET_SHARED_LIBS by default in 2.3.3 since it doesn't really work. * pa-ghpux.h, pa1-hpux.h, pa1-ghpux.h: Likewise. From-SVN: r2866 --- gcc/config/pa/pa-hpux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h index c7f7ef5ab8d..555a9d6770f 100644 --- a/gcc/config/pa/pa-hpux.h +++ b/gcc/config/pa/pa-hpux.h @@ -18,7 +18,7 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef TARGET_DEFAULT -#define TARGET_DEFAULT 8 /* TARGET_SHARED_LIBS */ +#define TARGET_DEFAULT 0 #endif #include "pa.h" -- 2.30.2