handle our SCO name better

This commit is contained in:
David D. Zuhn 1993-07-12 21:05:23 +00:00
parent 025b030243
commit ec782faafc
1 changed files with 3 additions and 0 deletions

View File

@ -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