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:
parent
3d52a869b2
commit
cfbc1a6ceb
3 changed files with 12 additions and 0 deletions
|
@ -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
3
configure
vendored
|
@ -3801,6 +3801,9 @@ case "${target}" in
|
|||
mips*-*-*)
|
||||
noconfigdirs="$noconfigdirs gprof"
|
||||
;;
|
||||
or1k*-*-*)
|
||||
noconfigdirs="$noconfigdirs gdb"
|
||||
;;
|
||||
sh-*-* | sh64-*-*)
|
||||
case "${target}" in
|
||||
sh*-*-elf)
|
||||
|
|
|
@ -1129,6 +1129,9 @@ case "${target}" in
|
|||
mips*-*-*)
|
||||
noconfigdirs="$noconfigdirs gprof"
|
||||
;;
|
||||
or1k*-*-*)
|
||||
noconfigdirs="$noconfigdirs gdb"
|
||||
;;
|
||||
sh-*-* | sh64-*-*)
|
||||
case "${target}" in
|
||||
sh*-*-elf)
|
||||
|
|
Loading…
Reference in a new issue