From 128ba24952492165c505bb4c208cf5a4fec9334e Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Mon, 3 Feb 2003 16:14:27 +0000 Subject: [PATCH] * config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New. From-SVN: r62317 --- gcc/ChangeLog | 4 ++++ gcc/config/pa/pa64-hpux.h | 5 +++++ 2 files changed, 9 insertions(+) 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" -- 2.47.2