userland assembly: build empty.S and fail.S to toplevel and run fail.S with path_properties exit_status

They were just duplicating stuff needlessly while we don't support non-native in-tree builds,
which leads to executable conflicts for C file anyways.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-08 00:00:06 +00:00
parent 62571fa649
commit 88db1a725a
8 changed files with 1 additions and 11 deletions

View File

@@ -320,8 +320,7 @@ path_properties_tuples = (
'freestanding': freestanding_properties,
}
),
'empty.S': {'no_build': True},
'fail.S': {'no_build': True},
'fail.S': {'exit_status': 1},
'main.c': {
'extra_objs_userland_asm': False,
'no_executable': True