diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-19 18:55:07 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-19 18:55:07 +0200 |
commit | 6316df7a19613a47f94366d24f3302daf5d582da (patch) | |
tree | 9dfe9538420c24bea0d6926c442629bb26079aab /config.rpath | |
parent | fed291bee8b64bddbb27537b1ab104cf93b8de01 (diff) | |
parent | e13c76601a232b24c99a452d8f3403f87f069c22 (diff) | |
download | egawk-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-x | config.rpath | 16 |
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' |