pa-hpux.h (LINK_SPEC): Search shared libraries by default...

* pa-hpux.h (LINK_SPEC): Search shared libraries by default; turn off
	shared library searching if -static is specified.
	* pa-ghpux.h (LINK_SPEC): Likewise.

From-SVN: r4727
This commit is contained in:
Jeff Law 1993-06-25 11:43:16 -06:00
parent d5e87e5eed
commit 816edf8b02
1 changed files with 1 additions and 1 deletions

View File

@ -44,4 +44,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -DPWB -Dhpux -Dunix -D_HPUX_SOURCE"
#undef LINK_SPEC
#define LINK_SPEC "-u main -a archive"
#define LINK_SPEC "-u main %{static: -a archive}"