aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/libobjc/configure
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.6/libobjc/configure')
-rwxr-xr-xgcc-4.6/libobjc/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc-4.6/libobjc/configure b/gcc-4.6/libobjc/configure
index 0d23935..045b7d1 100755
--- a/gcc-4.6/libobjc/configure
+++ b/gcc-4.6/libobjc/configure
@@ -8812,7 +8812,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
;;
# Unfortunately, older versions of FreeBSD 2 do not have this feature.
- freebsd2*)
+ freebsd2.*)
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
hardcode_direct=yes
hardcode_minus_L=yes
@@ -9728,7 +9728,7 @@ freebsd* | dragonfly*)
objformat=`/usr/bin/objformat`
else
case $host_os in
- freebsd[123]*) objformat=aout ;;
+ freebsd[23].*) objformat=aout ;;
*) objformat=elf ;;
esac
fi
@@ -9746,7 +9746,7 @@ freebsd* | dragonfly*)
esac
shlibpath_var=LD_LIBRARY_PATH
case $host_os in
- freebsd2*)
+ freebsd2.*)
shlibpath_overrides_runpath=yes
;;
freebsd3.[01]* | freebsdelf3.[01]*)