- 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:
stefan 2010-08-02 08:46:19 +00:00
parent 0aea73bdc7
commit 177e9a5108

View file

@ -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