diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2007-02-14 13:19:26 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2007-02-14 13:19:26 +0000 |
commit | 09201a09808cf389bab6bb457024306cf7d00c3c (patch) | |
tree | b879f86ace87e9b3ef7c9c574d105a714cc42676 | |
parent | 5f34ed87f7203307efbcfc802c812b7c1c0b947d (diff) | |
download | gcc-09201a09808cf389bab6bb457024306cf7d00c3c.zip gcc-09201a09808cf389bab6bb457024306cf7d00c3c.tar.gz gcc-09201a09808cf389bab6bb457024306cf7d00c3c.tar.bz2 |
* ltconfig (freebsd*): Default to elf.
From-SVN: r121948
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | ltconfig | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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. @@ -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*) |