Put the objects before the libraries when building
commit934fab2c9461c453da09731d2d81e8b408e24bbf
authorAlberto Bertogli <albertito@blitiri.com.ar>
Wed, 12 Sep 2012 20:24:50 +0000 (12 21:24 +0100)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Wed, 12 Sep 2012 20:24:50 +0000 (12 21:24 +0100)
tree800504fd32391d9bbb077108a87372380bc9a855
parent64ca6e81024bb4b608e026b2e2e0e90aabe97596
Put the objects before the libraries when building

Newer gcc requires the objects to come before the libraries, otherwise it
fails to link.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
tests/c/make.sh
utils/Makefile