Commit 882affa8 by Steve Ellcey Committed by Steve Ellcey

* config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New.

From-SVN: r57793
parent 83eb95f9
2002-10-03 Steve Ellcey <sje@cup.hp.com> 2002-10-03 Steve Ellcey <sje@cup.hp.com>
* config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New.
2002-10-03 Steve Ellcey <sje@cup.hp.com>
* config.gcc (hppa*64*-*-hpux11*): Check gnu_ld. * config.gcc (hppa*64*-*-hpux11*): Check gnu_ld.
* config/pa/pa.h (MASK_GNU_LD): New. * config/pa/pa.h (MASK_GNU_LD): New.
(TARGET_GNU_LD): New. (TARGET_GNU_LD): New.
......
...@@ -159,3 +159,8 @@ do { \ ...@@ -159,3 +159,8 @@ do { \
#ifndef ASM_DECLARE_RESULT #ifndef ASM_DECLARE_RESULT
#define ASM_DECLARE_RESULT(FILE, RESULT) #define ASM_DECLARE_RESULT(FILE, RESULT)
#endif #endif
/* If using HP ld do not call pxdb. Use size as a program that does nothing
and returns 0. /bin/true cannot be used because it is a script without
an interpreter. */
#define INIT_ENVIRONMENT "LD_PXDB=/usr/ccs/bin/size"
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