]> git.ipfire.org Git - people/ms/dma.git/commit
Makefile: put libraries at the end when linking
authorSimon Schubert <2@0x2c.org>
Mon, 14 Nov 2011 22:01:25 +0000 (23:01 +0100)
committerSimon Schubert <2@0x2c.org>
Mon, 14 Nov 2011 22:01:25 +0000 (23:01 +0100)
commitd6424680aa3c46904affb7e27d027b1d0fae0ade
tree6c9fba259a0774fec7b2f2a026a6ae857823f38f
parente3fc8448f94720d55e9ae007ce238c164c097f05
Makefile: put libraries at the end when linking

With some linker configurations, libraries will have to be specified
after the objects that require them, otherwise the linker will not
include these libraries, leading to a link error.
Makefile