diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/.Sanitize | 4 | ||||
-rw-r--r-- | config/mt-ose68000 | 2 | ||||
-rw-r--r-- | config/mt-ose68k | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/config/.Sanitize b/config/.Sanitize index 7cc1320..27e35b2 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -36,11 +36,11 @@ mh-sco mh-solaris mh-sysv mh-sysv4 -mt-OSE68000 -mt-OSE68k mt-a29k mt-ebmon29k mt-os68k +mt-ose68000 +mt-ose68k mt-vxworks68 mt-vxworks960 diff --git a/config/mt-ose68000 b/config/mt-ose68000 new file mode 100644 index 0000000..aa125af --- /dev/null +++ b/config/mt-ose68000 @@ -0,0 +1,2 @@ +ALL= all.cross +INSTALL_TARGET= install.cross diff --git a/config/mt-ose68k b/config/mt-ose68k new file mode 100644 index 0000000..aa125af --- /dev/null +++ b/config/mt-ose68k @@ -0,0 +1,2 @@ +ALL= all.cross +INSTALL_TARGET= install.cross |