summaryrefslogtreecommitdiff
path: root/libjava/classpath/config.rpath
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-29 20:12:00 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-29 20:12:00 +0000
commit7206b04b3b0a7f97c8bc57598c86b84d70365ae6 (patch)
tree1e745efed2b02f03affb508b1b278e7160165d02 /libjava/classpath/config.rpath
parent004ca39da1a62c5ab5c17ea584010a001bdc40f7 (diff)
downloadgcc-7206b04b3b0a7f97c8bc57598c86b84d70365ae6.tar.gz
2011-11-29 Andreas Tobler <andreast@fgznet.ch>
* config.rpath (ld_shlibs): Fix detection of FreeBSD-10 and up. (libname_spec): Likewise. * configure: Regenerate with autoconf -I ../../. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181816 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/config.rpath')
-rwxr-xr-xlibjava/classpath/config.rpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/config.rpath b/libjava/classpath/config.rpath
index def43dcc5e7..b7f75cde451 100755
--- a/libjava/classpath/config.rpath
+++ b/libjava/classpath/config.rpath
@@ -361,7 +361,7 @@ else
hardcode_libdir_flag_spec='-R$libdir'
hardcode_direct=yes
;;
- freebsd2*)
+ freebsd2.*)
hardcode_direct=yes
hardcode_minus_L=yes
;;
@@ -533,7 +533,7 @@ case "$host_os" in
;;
freebsd* | dragonfly*)
case "$host_os" in
- freebsd[123]*)
+ freebsd[23].*)
library_names_spec='$libname$shrext$versuffix' ;;
*)
library_names_spec='$libname$shrext' ;;