From 6718552664c385fabff3059c49a6f84deed9cc70 Mon Sep 17 00:00:00 2001 From: uwe Date: Sat, 25 Nov 2006 04:59:01 +0000 Subject: [PATCH] "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. --- gnu/dist/gdb6/sim/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/dist/gdb6/sim/configure b/gnu/dist/gdb6/sim/configure index 8346c59d470f..28bd62be21c6 100755 --- a/gnu/dist/gdb6/sim/configure +++ b/gnu/dist/gdb6/sim/configure @@ -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"