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
This commit is contained in:
Jeff Law 1992-12-12 07:39:24 -07:00
parent 7e98573853
commit aca49971b6
1 changed files with 1 additions and 1 deletions

View 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"