From: Steve Ellcey Date: Thu, 3 Oct 2002 22:33:04 +0000 (+0000) Subject: * config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=882affa8c6451acde9843baa9d278d5f2c1f59c8;p=gcc.git * config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New. From-SVN: r57793 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 12697f7a23c..3fdac7ab28a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-10-03 Steve Ellcey + + * config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New. + 2002-10-03 Steve Ellcey * config.gcc (hppa*64*-*-hpux11*): Check gnu_ld. diff --git a/gcc/config/pa/pa64-hpux.h b/gcc/config/pa/pa64-hpux.h index 2c2db6539a9..3db8626690f 100644 --- a/gcc/config/pa/pa64-hpux.h +++ b/gcc/config/pa/pa64-hpux.h @@ -159,3 +159,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"