fix ./build-baremetal, default freestanding was wrongly set to True

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-04-01 01:00:00 +00:00
parent 112be2fa50
commit 6bb20c0386

View File

@@ -50,7 +50,7 @@ class PathProperties:
'extra_objs_disable_baremetal_bootloader': False, 'extra_objs_disable_baremetal_bootloader': False,
# We should get rid of this if we ever properly implement dependency graphs. # We should get rid of this if we ever properly implement dependency graphs.
'extra_objs_lkmc_common': False, 'extra_objs_lkmc_common': False,
'freestanding': True, 'freestanding': False,
'gem5_unimplemented_instruction': False, 'gem5_unimplemented_instruction': False,
# Fully, or partially unimplemented. # Fully, or partially unimplemented.
'gem5_unimplemented_syscall': False, 'gem5_unimplemented_syscall': False,