Commit 6fdb556e by Jeff Law

pa-hpux.h (LINK_SPEC): Disable linking against shared libraries.

	 * pa-hpux.h (LINK_SPEC): Disable linking against shared libraries.
	 * pa-ghpux.h (LINK_SPEC): Likewise.

From-SVN: r2732
parent 12d635bd
...@@ -50,4 +50,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -50,4 +50,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" #define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -DPWB -Dhpux -Dunix -D_HPUX_SOURCE"
#undef LINK_SPEC #undef LINK_SPEC
#define LINK_SPEC "-u main %{g*:-a archive} %{p:-a archive} %{pg:-a archive}" #define LINK_SPEC "-u main -a archive"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment