mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-18 07:00:26 +08:00
* ltconfig (freebsd*): Default to elf.
From-SVN: r121948
This commit is contained in:
parent
5f34ed87f7
commit
09201a0980
@ -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.
|
||||
|
2
ltconfig
2
ltconfig
@ -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*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user