diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1994-10-26 03:18:14 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1994-10-26 03:18:14 +0000 |
commit | 7c71fc399dc446896c337130e5b811cf8a5254a1 (patch) | |
tree | 8b2da8aad1c80c822a458608748c97c2a3f850d0 /config.sub | |
parent | 94b68f040cf7608c537e7437daef1decec9c4943 (diff) | |
download | gdb-7c71fc399dc446896c337130e5b811cf8a5254a1.zip gdb-7c71fc399dc446896c337130e5b811cf8a5254a1.tar.gz gdb-7c71fc399dc446896c337130e5b811cf8a5254a1.tar.bz2 |
Add support for arc processor.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -158,6 +158,13 @@ case $basic_machine in | m88110-* | m680[01234]0-* | m683?2-* | z8k-* \ | h8500-*) # CYGNUS LOCAL ;; +# start-sanitize-arc + arc) + basic_machine=$basic_machine-unknown + ;; + arc-*) + ;; +# end-sanitize-arc # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) # CYGNUS LOCAL |