Mercurial > emacs
changeset 8606:af3499550e5a
Add NetBSD support.
author | Charles Hannum <mycroft@gnu.org> |
---|---|
date | Wed, 24 Aug 1994 04:07:50 +0000 |
parents | 1680d8306eae |
children | 01bbfe117001 |
files | config.sub |
diffstat | 1 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/config.sub Wed Aug 24 02:04:01 1994 +0000 +++ b/config.sub Wed Aug 24 04:07:50 1994 +0000 @@ -129,6 +129,9 @@ | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ | sh-* | powerpc-* | sparc64-*) ;; + # Recognize names of some NetBSD ports. + amiga-* | hp300-* | mac68k-* | sun3-* | pmax-*) + ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) @@ -378,7 +381,14 @@ basic_machine=m68k-tti ;; pc532) - basic_machine=ns32k-pc532 + case $os in + -netbsd*) + basic_machine=pc532-unknown + ;; + *) + basic_machine=ns32k-pc532 + ;; + esac ;; pentium-*) # We will change tis to say i586 once there has been