* ltconfig (freebsd*): Default to elf.

From-SVN: r121948
This commit is contained in:
Gerald Pfeifer 2007-02-14 13:19:26 +00:00 committed by Gerald Pfeifer
parent 5f34ed87f7
commit 09201a0980
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
* ltconfig (freebsd*): Default to elf.
2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
* configure.ac (target_libraries): Move libgcc before libiberty.

View File

@ -1133,7 +1133,7 @@ freebsd1*)
;;
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*)