"Regenerate" by propagating configure.ac chanages:
Recognize sh64*- and sh*- targets instead of just sh64- and sh- to accomodate little-endian (e.g. "shle"). While here, recognize sh5*- too. Makes cross-gdb compile for hpcsh (shle target) withought forcing --disable-sim.
This commit is contained in:
parent
0b48c1fd38
commit
6718552664
4
gnu/dist/gdb6/sim/configure
vendored
4
gnu/dist/gdb6/sim/configure
vendored
@ -3509,7 +3509,7 @@ subdirs="$subdirs mn10300"
|
||||
common=yes
|
||||
igen=yes
|
||||
;;
|
||||
sh64-*-*)
|
||||
sh64*-*-* | sh5*-*-*)
|
||||
|
||||
|
||||
subdirs="$subdirs sh64"
|
||||
@ -3517,7 +3517,7 @@ subdirs="$subdirs sh64"
|
||||
testsuite=yes
|
||||
common=yes
|
||||
;;
|
||||
sh-*-*)
|
||||
sh*-*-*)
|
||||
|
||||
|
||||
subdirs="$subdirs sh"
|
||||
|
Loading…
Reference in New Issue
Block a user