diff options
author | Steve Ellcey <sje@cup.hp.com> | 2002-10-03 22:33:04 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2002-10-03 22:33:04 +0000 |
commit | 882affa8c6451acde9843baa9d278d5f2c1f59c8 (patch) | |
tree | 35c78af4869e8ce7c1f07076c2d256d5747ce1b8 /gcc | |
parent | 83eb95f9959f82fdda7cc6184413acae7258407d (diff) | |
download | gcc-882affa8c6451acde9843baa9d278d5f2c1f59c8.zip gcc-882affa8c6451acde9843baa9d278d5f2c1f59c8.tar.gz gcc-882affa8c6451acde9843baa9d278d5f2c1f59c8.tar.bz2 |
* config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New.
From-SVN: r57793
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/pa/pa64-hpux.h | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 12697f7..3fdac7a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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/pa/pa.h (MASK_GNU_LD): New. (TARGET_GNU_LD): New. diff --git a/gcc/config/pa/pa64-hpux.h b/gcc/config/pa/pa64-hpux.h index 2c2db65..3db8626 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" |