aboutsummaryrefslogtreecommitdiffstats
path: root/config.rpath
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-11-19 18:55:07 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-11-19 18:55:07 +0200
commit6316df7a19613a47f94366d24f3302daf5d582da (patch)
tree9dfe9538420c24bea0d6926c442629bb26079aab /config.rpath
parentfed291bee8b64bddbb27537b1ab104cf93b8de01 (diff)
parente13c76601a232b24c99a452d8f3403f87f069c22 (diff)
downloadegawk-6316df7a19613a47f94366d24f3302daf5d582da.tar.gz
egawk-6316df7a19613a47f94366d24f3302daf5d582da.tar.bz2
egawk-6316df7a19613a47f94366d24f3302daf5d582da.zip
Merge branch 'gawk-4.1-stable' into memory-work
Diffstat (limited to 'config.rpath')
-rwxr-xr-xconfig.rpath16
1 files changed, 5 insertions, 11 deletions
diff --git a/config.rpath b/config.rpath
index ab6fd995..b625621f 100755
--- a/config.rpath
+++ b/config.rpath
@@ -367,11 +367,7 @@ else
dgux*)
hardcode_libdir_flag_spec='-L$libdir'
;;
- freebsd2.2*)
- hardcode_libdir_flag_spec='-R$libdir'
- hardcode_direct=yes
- ;;
- freebsd2*)
+ freebsd2.[01]*)
hardcode_direct=yes
hardcode_minus_L=yes
;;
@@ -548,13 +544,11 @@ case "$host_os" in
dgux*)
library_names_spec='$libname$shrext'
;;
+ freebsd[23].*)
+ library_names_spec='$libname$shrext$versuffix'
+ ;;
freebsd* | dragonfly*)
- case "$host_os" in
- freebsd[123]*)
- library_names_spec='$libname$shrext$versuffix' ;;
- *)
- library_names_spec='$libname$shrext' ;;
- esac
+ library_names_spec='$libname$shrext'
;;
gnu*)
library_names_spec='$libname$shrext'