pa-hpux.h (TARGET_DEFAULT): Do not enable TARGET_SHARED_LIBS by default in 2.3.3...
authorJeff Law <law@gcc.gnu.org>
Sat, 12 Dec 1992 14:39:24 +0000 (07:39 -0700)
committerJeff Law <law@gcc.gnu.org>
Sat, 12 Dec 1992 14:39:24 +0000 (07:39 -0700)
* 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

index c7f7ef5ab8d1c3de1f85893c77c6809d4f753fe4..555a9d6770f24ca52693a76545587013f7bf1ddd 100644 (file)
@@ -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"