diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/.Sanitize | 1 | ||||
-rw-r--r-- | config/mh-vaxult2 | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/config/.Sanitize b/config/.Sanitize index 3753037..1b77048 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -37,6 +37,7 @@ mh-solaris mh-sun mh-sysv mh-sysv4 +mh-vaxult2 mt-a29k mt-ebmon29k mt-os68k diff --git a/config/mh-vaxult2 b/config/mh-vaxult2 new file mode 100644 index 0000000..3de2dc8 --- /dev/null +++ b/config/mh-vaxult2 @@ -0,0 +1,2 @@ +# The old BSD pcc isn't up to compiling parts of gdb so use gcc +CC = gcc |