The definition if the symbols, end, endbss etc, is moved
from a library to a file. This to avoid 2 libraries in this directory.
This commit is contained in:
parent
6b38714690
commit
6c9e4c84f0
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
install:
|
||||
../../install head_em.s head_em
|
||||
../../install libem_s.a tail_em.rt
|
||||
../../install libem_s.vend.a tail_em.vend
|
||||
../../install end.s end_em.s
|
||||
|
||||
cmp:
|
||||
-../../compare head_em.s head_em
|
||||
-../../compare libem_s.a tail_em.rt
|
||||
-../../compare libem_s.vend.a tail_em.vend
|
||||
-../../compare end.s end_em.s
|
||||
|
||||
clean :
|
||||
|
||||
|
@ -14,6 +14,6 @@ opr :
|
|||
make pr | opr
|
||||
|
||||
pr:
|
||||
@pr head_em.s
|
||||
@pr `pwd`/head_em.s
|
||||
@arch pv libem_s.a | pr -h `pwd`/libem_s.a
|
||||
@arch pv libem_s.vend.a | pr -h `pwd`/libem_s.vend.a
|
||||
@pr `pwd`/end.s
|
||||
|
|
Loading…
Reference in a new issue