* 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 12697f7a23ce38dc4e549e79065e5a8388a90a9f..3fdac7ab28a23b149e73b5483eb1a21c31787bca 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 2c2db6539a9459cf9530e683a399c755dcda1a2b..3db8626690f639b8cf6d77843197eda820b16e5a 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"