Commit a4cf6e46 by Georg-Johann Lay Committed by Georg-Johann Lay

configure.ac (noconfigdirs,target=avr): Add target-libquadmath.

	* configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
	* configure: Regenerate.

From-SVN: r190887
parent 98412b77
2012-09-03 Georg-Johann Lay <avr@gjlay.de>
* configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
* configure: Regenerate.
2012-08-27 Ulrich Drepper <drepper@gmail.com> 2012-08-27 Ulrich Drepper <drepper@gmail.com>
* MAINTAINERS: Fix my email address. * MAINTAINERS: Fix my email address.
......
...@@ -3153,6 +3153,13 @@ case "${target}" in ...@@ -3153,6 +3153,13 @@ case "${target}" in
;; ;;
esac esac
# Disable libquadmath for some systems.
case "${target}" in
avr-*-*)
noconfigdirs="$noconfigdirs target-libquadmath"
;;
esac
# Disable libstdc++-v3 for some systems. # Disable libstdc++-v3 for some systems.
case "${target}" in case "${target}" in
*-*-vxworks*) *-*-vxworks*)
......
...@@ -544,6 +544,13 @@ case "${target}" in ...@@ -544,6 +544,13 @@ case "${target}" in
;; ;;
esac esac
# Disable libquadmath for some systems.
case "${target}" in
avr-*-*)
noconfigdirs="$noconfigdirs target-libquadmath"
;;
esac
# Disable libstdc++-v3 for some systems. # Disable libstdc++-v3 for some systems.
case "${target}" in case "${target}" in
*-*-vxworks*) *-*-vxworks*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment