mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Windows fixes to build with MSYS2.
The path handling has been cleaned up and support for file names longer than 256 characters.
This commit is contained in:
@@ -67,6 +67,9 @@ def load():
|
||||
else:
|
||||
ncpus = '1'
|
||||
|
||||
if os.environ.has_key('MSYSTEM'):
|
||||
os.environ.pop('NUMBER_OF_PROCESSORS')
|
||||
|
||||
version = uname[2]
|
||||
defines = {
|
||||
'_ncpus': ('none', 'none', ncpus),
|
||||
|
Reference in New Issue
Block a user