config.gcc (*-*-freebsd*): Enable default_use_cxa_atexit to match the system compiler's configuration at...

2009-09-11  Loren J. Rittle  <ljrittle@acm.org>

	* config.gcc (*-*-freebsd*): Enable default_use_cxa_atexit
	to match the system compiler's configuration at inflection point.
	Add comment to remark a remaining difference with system compiler.

From-SVN: r151636
This commit is contained in:
Loren J. Rittle 2009-09-11 15:29:47 +00:00 committed by Loren J. Rittle
parent fc52f99da8
commit 8a47c6c41f
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2009-09-11 Loren J. Rittle <ljrittle@acm.org>
* config.gcc (*-*-freebsd*): Enable default_use_cxa_atexit
to match the system compiler's configuration at inflection point.
Add comment to remark a remaining difference with system compiler.
2009-09-11 Bernd Schmidt <bernd.schmidt@analog.com>
From Jie Zhang <jie.zhang@analog.com>:

View File

@ -478,6 +478,13 @@ case ${target} in
;;
esac
fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h freebsd-stdint.h"
case ${target} in
*-*-freebsd[345].*)
:;;
*)
default_use_cxa_atexit=yes;;
esac
# need_64bit_hwint=yes # system compiler has this for all arch!
use_gcc_stdint=wrap
;;
*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu)