diff options
author | Andreas Tobler <andreast@fgznet.ch> | 2011-11-29 21:12:00 +0100 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2011-11-29 21:12:00 +0100 |
commit | 781c528f2efe11dd9235d9ff71092fde9ad19c14 (patch) | |
tree | 1e745efed2b02f03affb508b1b278e7160165d02 /libjava/classpath/config.rpath | |
parent | 91f59d8bf44e24f67a9194dfdfdbad4b7279b772 (diff) | |
download | gcc-781c528f2efe11dd9235d9ff71092fde9ad19c14.zip gcc-781c528f2efe11dd9235d9ff71092fde9ad19c14.tar.gz gcc-781c528f2efe11dd9235d9ff71092fde9ad19c14.tar.bz2 |
config.rpath (ld_shlibs): Fix detection of FreeBSD-10 and up.
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 ../../.
From-SVN: r181816
Diffstat (limited to 'libjava/classpath/config.rpath')
-rwxr-xr-x | libjava/classpath/config.rpath | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/config.rpath b/libjava/classpath/config.rpath index def43dc..b7f75cd 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' ;; |