hppa has shared libs now

This commit is contained in:
brad 2004-06-01 22:00:47 +00:00
parent c8477e0e5f
commit d760d5bda9
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-ltconfig,v 1.1 2002/05/07 21:05:33 lebel Exp $
$OpenBSD: patch-ltconfig,v 1.2 2004/06/01 22:00:47 brad Exp $
--- ltconfig.orig Sun Jul 15 14:27:21 2001
+++ ltconfig Tue May 7 14:15:19 2002
@@ -501,7 +501,14 @@ fi
@ -37,7 +37,7 @@ $OpenBSD: patch-ltconfig,v 1.1 2002/05/07 21:05:33 lebel Exp $
- hardcode_direct=yes
- hardcode_shlibpath_var=no
+ case "$host_cpu" in
+ m88k|hppa|vax)
+ m88k|vax)
+ ld_shlibs=no
+ ;;
+ *)

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-script_ltconfig,v 1.1.1.1 2004/01/14 05:56:23 kevlo Exp $
$OpenBSD: patch-script_ltconfig,v 1.2 2004/06/01 22:00:47 brad Exp $
--- script/ltconfig.orig 2001-06-07 13:29:27.000000000 +0000
+++ script/ltconfig 2004-01-13 17:55:02.000000000 +0000
@@ -501,7 +501,14 @@ fi
@ -37,7 +37,7 @@ $OpenBSD: patch-script_ltconfig,v 1.1.1.1 2004/01/14 05:56:23 kevlo Exp $
- hardcode_direct=yes
- hardcode_shlibpath_var=no
+ case "$host_cpu" in
+ m88k|hppa|vax)
+ m88k|vax)
+ ld_shlibs=no
+ ;;
+ *)

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-config_ltconfig,v 1.1 2004/02/16 11:08:48 kevlo Exp $
$OpenBSD: patch-config_ltconfig,v 1.2 2004/06/01 22:00:47 brad Exp $
--- config/ltconfig.orig 2002-09-05 19:21:12.000000000 +0000
+++ config/ltconfig 2004-02-16 18:26:29.000000000 +0000
@@ -501,7 +501,14 @@ fi
@ -37,7 +37,7 @@ $OpenBSD: patch-config_ltconfig,v 1.1 2004/02/16 11:08:48 kevlo Exp $
- hardcode_direct=yes
- hardcode_shlibpath_var=no
+ case "$host_cpu" in
+ m88k|hppa|vax)
+ m88k|vax)
+ ld_shlibs=no
+ ;;
+ *)