]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New.
authorSteve Ellcey <sje@cup.hp.com>
Mon, 3 Feb 2003 16:14:27 +0000 (16:14 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 3 Feb 2003 16:14:27 +0000 (16:14 +0000)
From-SVN: r62317

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

index f8e0536229f8523303756f2092c2943ff1423761..0e2a3b2ccfd4ac226cc561e4338d143c1369fc7c 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-03  Steve Ellcey  <sje@cup.hp.com>
+
+        * config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New.
+
 2003-02-01  Jakub Jelinek  <jakub@redhat.com>
 
        PR preprocessor/9465
index c4a6b27df8bf39ac22a6851f14b6022d74739b1a..e403386e39018edd857cac3512fdd7528f586c74 100644 (file)
@@ -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"