From: David D. Zuhn Date: Mon, 12 Jul 1993 21:05:23 +0000 (+0000) Subject: handle our SCO name better X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec782faafc075afa403a5558c09129beeb6ecd45;p=binutils-gdb.git handle our SCO name better --- diff --git a/build-all.mk b/build-all.mk index fdd92a8e639..a55983306d6 100644 --- a/build-all.mk +++ b/build-all.mk @@ -44,6 +44,9 @@ endif ifeq ($(canonhost),i486-unknown-sco3.2v4.0) canonhost := i386-sco3.2v4 endif +ifeq ($(canonhost),i386-unknown-sco3.2v4.0) +canonhost := i386-sco3.2v4 +endif ifeq ($(canonhost),i386-unknown-go32) canonhost := i386-go32 endif