- extend the LDFLAGS to use the symbol start as entry point
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@8 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
parent
0aea73bdc7
commit
177e9a5108
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ export AR = ar
|
|||
export ARFLAGS = rsv
|
||||
export RM = rm -rf
|
||||
LD = ld
|
||||
LDFLAGS = -T link.ld
|
||||
LDFLAGS = -T link.ld -e start
|
||||
|
||||
SUBDIRS = lib kernel mm arch #lwip
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue