diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-08-24 22:32:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-08-24 22:32:46 +0000 |
commit | afba2b22860d527eaff590cb70a0dfc5d3765241 (patch) | |
tree | b315d80672eb1a4764c181957a421134557bb52e /config | |
parent | 2677d4b576513eb6bf60f478a74336b5dd245d2a (diff) | |
download | gdb-afba2b22860d527eaff590cb70a0dfc5d3765241.zip gdb-afba2b22860d527eaff590cb70a0dfc5d3765241.tar.gz gdb-afba2b22860d527eaff590cb70a0dfc5d3765241.tar.bz2 |
Renamed OSE configuration to ose.
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 |