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 c7f7ef5..555a9d6 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"