diff options
| author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-03 22:33:04 +0000 |
|---|---|---|
| committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-03 22:33:04 +0000 |
| commit | c4ee3071b4bd0c305ac6887faf1beef065c1ce4d (patch) | |
| tree | 35c78af4869e8ce7c1f07076c2d256d5747ce1b8 | |
| parent | b166f5024827ca546a624e1cf4b956f651cfce79 (diff) | |
| download | ppe42-gcc-c4ee3071b4bd0c305ac6887faf1beef065c1ce4d.tar.gz ppe42-gcc-c4ee3071b4bd0c305ac6887faf1beef065c1ce4d.zip | |
* config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57793 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 12697f7a23c..3fdac7ab28a 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 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" |

