From 6c8413f42bdee2cdecda5fa95ffb15802b0cfe33 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Mon, 8 Aug 2022 20:31:10 +1200 Subject: [PATCH] sh conf --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 670684d83d1..967c6708a0c 100755 --- a/configure +++ b/configure @@ -4042,7 +4042,7 @@ case "${target}" in nvptx*-*-*) noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc" ;; - sh-*-*) + sh*-*-*) case "${target}" in sh*-*-elf) ;; diff --git a/configure.ac b/configure.ac index 88b4800e298..2c8d08ff6ec 100644 --- a/configure.ac +++ b/configure.ac @@ -1269,7 +1269,7 @@ case "${target}" in nvptx*-*-*) noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc" ;; - sh-*-*) + sh*-*-*) case "${target}" in sh*-*-elf) ;;