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

From-SVN: r62317
This commit is contained in:
Steve Ellcey 2003-02-03 16:14:27 +00:00 committed by John David Anglin
parent b63dc678de
commit 128ba24952
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-02-03 Steve Ellcey <sje@cup.hp.com>
* config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New.
2003-02-01 Jakub Jelinek <jakub@redhat.com>
PR preprocessor/9465

View File

@ -232,3 +232,8 @@ do { \
#ifndef ASM_DECLARE_RESULT
#define ASM_DECLARE_RESULT(FILE, RESULT)
#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"