From: Jeff Law Date: Sat, 12 Dec 1992 14:39:24 +0000 (-0700) Subject: pa-hpux.h (TARGET_DEFAULT): Do not enable TARGET_SHARED_LIBS by default in 2.3.3... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aca49971b61151ad6c0057c2e2087e99d19a1121;p=platform%2Fupstream%2Fgcc.git 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 --- diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h index c7f7ef5..555a9d6 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"