From: Steve Ellcey Date: Mon, 3 Feb 2003 16:14:27 +0000 (+0000) Subject: * config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New. X-Git-Tag: releases/gcc-3.2.2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=128ba24952492165c505bb4c208cf5a4fec9334e;p=thirdparty%2Fgcc.git * config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New. From-SVN: r62317 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f8e0536229f8..0e2a3b2ccfd4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-02-03 Steve Ellcey + + * config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New. + 2003-02-01 Jakub Jelinek PR preprocessor/9465 diff --git a/gcc/config/pa/pa64-hpux.h b/gcc/config/pa/pa64-hpux.h index c4a6b27df8bf..e403386e3901 100644 --- a/gcc/config/pa/pa64-hpux.h +++ b/gcc/config/pa/pa64-hpux.h @@ -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"