mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Revert "add basic support for OpenBSD"
This reverts commit 83d97daa07
.
It contains a GPL license.
This commit is contained in:
@@ -580,9 +580,6 @@ def load(args, optargs = None, defaults = '%{_sbdir}/defaults.mc'):
|
||||
elif uname[0] == 'SunOS':
|
||||
import solaris
|
||||
overrides = solaris.load()
|
||||
elif uname[0] == 'OpenBSD':
|
||||
import openbsd
|
||||
overrides = openbsd.load()
|
||||
except:
|
||||
raise error.general('failed to load %s host support' % (uname[0]))
|
||||
else:
|
||||
|
Reference in New Issue
Block a user