mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 19:12:24 +08:00
(Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
* configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet. * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'. * config/mh-vaxult2: New file.
This commit is contained in:
@ -37,6 +37,7 @@ mh-solaris
|
||||
mh-sun
|
||||
mh-sysv
|
||||
mh-sysv4
|
||||
mh-vaxult2
|
||||
mt-a29k
|
||||
mt-ebmon29k
|
||||
mt-os68k
|
||||
|
2
config/mh-vaxult2
Normal file
2
config/mh-vaxult2
Normal file
@ -0,0 +1,2 @@
|
||||
# The old BSD pcc isn't up to compiling parts of gdb so use gcc
|
||||
CC = gcc
|
Reference in New Issue
Block a user