Disable gdb for or1k*-*-* until supported

* configure.ac (or1k*-*-*): Disable gdb.
	* configure: Regenerated.

Signed-off-by: Christian Svensson <blue@cmd.nu>
This commit is contained in:
Joel Sherrill 2014-07-21 17:38:56 -05:00 committed by Christian Svensson
parent 3d52a869b2
commit cfbc1a6ceb
3 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
Disable gdb for or1k*-*-* until supported
* configure.ac (or1k*-*-*): Disable gdb.
* configure: Regenerated.
2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
* configure.ac (target_makefile_frag): Set for nios2-*-elf*.

3
configure vendored
View file

@ -3801,6 +3801,9 @@ case "${target}" in
mips*-*-*)
noconfigdirs="$noconfigdirs gprof"
;;
or1k*-*-*)
noconfigdirs="$noconfigdirs gdb"
;;
sh-*-* | sh64-*-*)
case "${target}" in
sh*-*-elf)

View file

@ -1129,6 +1129,9 @@ case "${target}" in
mips*-*-*)
noconfigdirs="$noconfigdirs gprof"
;;
or1k*-*-*)
noconfigdirs="$noconfigdirs gdb"
;;
sh-*-* | sh64-*-*)
case "${target}" in
sh*-*-elf)