Commit b318fb4b by Joseph Myers Committed by Joseph Myers

configure.ac (avr-*-*): Add comment about why libssp is disabled.

	* configure.ac (avr-*-*): Add comment about why libssp is disabled.
	(microblaze*): Don't disable libssp.
	* configure: Regenerate.

From-SVN: r171848
parent 08ae38e0
2011-04-01 Joseph Myers <joseph@codesourcery.com>
* configure.ac (avr-*-*): Add comment about why libssp is disabled.
(microblaze*): Don't disable libssp.
* configure: Regenerate.
2011-04-01 Joseph Myers <joseph@codesourcery.com>
* configure.ac: Remove code setting CONFIG_SHELL, config_shell and
moveifchange.
* configure: Regenerate.
......
......@@ -3036,14 +3036,12 @@ fi
# Disable libssp for some systems.
case "${target}" in
avr-*-*)
# No hosted I/O support.
noconfigdirs="$noconfigdirs target-libssp"
;;
powerpc-*-aix* | rs6000-*-aix*)
noconfigdirs="$noconfigdirs target-libssp"
;;
microblaze*)
noconfigdirs="$noconfigdirs target-libssp"
;;
esac
# Disable target libiberty for some systems.
......
......@@ -483,14 +483,12 @@ fi
# Disable libssp for some systems.
case "${target}" in
avr-*-*)
# No hosted I/O support.
noconfigdirs="$noconfigdirs target-libssp"
;;
powerpc-*-aix* | rs6000-*-aix*)
noconfigdirs="$noconfigdirs target-libssp"
;;
microblaze*)
noconfigdirs="$noconfigdirs target-libssp"
;;
esac
# Disable target libiberty for some systems.
......
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