blob: a35b487037667c902e803c4ab322f34bdd53a0a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- config/ltconfig.orig Mon Feb 25 08:42:15 2002
+++ config/ltconfig Sat Feb 10 15:32:52 2007
@@ -1115,7 +1115,7 @@
;;
freebsd*)
- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
version_type=freebsd-$objformat
case $version_type in
freebsd-elf*)
|