pa-ghpux.h, pa-hpux.h (LINK_SPEC): Any -g argument implies static linking.

* pa-ghpux.h, pa-hpux.h (LINK_SPEC): Any -g argument implies
	static linking.

From-SVN: r7843
This commit is contained in:
Jeff Law 1994-08-01 03:21:48 -06:00
parent 9175051cae
commit b93f0d4924
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ 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 -Asystem(unix) -Asystem(hpux) -Acpu(hppa) -Amachine(hppa)"
#undef LINK_SPEC
#define LINK_SPEC "-u main %{static: -a archive}%{g: -a archive}"
#define LINK_SPEC "-u main %{static: -a archive}%{g*: -a archive}"
/* hpux8 and later have C++ compatable include files, so do not
pretend they are `extern "C"'. */