From a0d7ed1aa4131818d0ee3de362330b7fbf53dd54 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Fri, 4 Nov 1994 00:24:53 +0000
Subject: [PATCH] Link lisp in archive (non-dynamic) format so that we can use
 ld -A in load-foreign.

---
 lisp/Config.hp700_ux90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/Config.hp700_ux90 b/lisp/Config.hp700_ux90
index 48f23f1f6..950f71b66 100644
--- a/lisp/Config.hp700_ux90
+++ b/lisp/Config.hp700_ux90
@@ -9,7 +9,7 @@ UNDEFSYMPATTERN=-u &
 ASSEM_SRC = hppa-assem.S
 ARCH_SRC = hppa-arch.c
 OS_SRC = hpux-os.c
-OS_LINK_FLAGS=
+OS_LINK_FLAGS= -Wl,-a,archive
 OS_LIBS= -lBSD
 
 %.o: %.S
-- 
GitLab