* config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New.
authorSteve Ellcey <sje@cup.hp.com>
Thu, 3 Oct 2002 22:33:04 +0000 (22:33 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Thu, 3 Oct 2002 22:33:04 +0000 (22:33 +0000)
From-SVN: r57793

gcc/ChangeLog
gcc/config/pa/pa64-hpux.h

index 12697f7..3fdac7a 100644 (file)
@@ -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.
index 2c2db65..3db8626 100644 (file)
@@ -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"