baremetal: build userland programs using userland_and_baremetal instead of symlinks

Otherwise I'll go crazy with symlink action.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-23 00:00:01 +00:00
parent c8c4f89854
commit fbfc4905ec
29 changed files with 200 additions and 177 deletions

View File

@@ -1 +0,0 @@
../../lkmc/c/add.c

View File

@@ -1 +0,0 @@
../../lkmc/c/add.py

View File

@@ -1 +0,0 @@
../../lkmc/c/assert_fail.c

View File

@@ -1 +0,0 @@
../../lkmc/c/hello.c

View File

@@ -1 +0,0 @@
../../lkmc/c/infinite_loop.c

View File

@@ -1 +0,0 @@
../../lkmc/c/stderr.c

View File

@@ -20,6 +20,7 @@ mystart:
bl on_exit
/* Run main. */
mov x0, 0
bl main
/* If main returns, exit. */

View File

@@ -10,6 +10,7 @@ mystart:
bl on_exit
/* Run main. */
mov r0, 0
bl main
/* If main returns, exit. */