tools: put -lm after objects
authorJean Privat <jean@pryen.org>
Mon, 6 Feb 2012 20:27:48 +0000 (15:27 -0500)
committerJean Privat <jean@pryen.org>
Thu, 9 Feb 2012 19:11:01 +0000 (14:11 -0500)
commit60311423da4a4e2785bf390ee1e4e28be5f331a1
tree47221c37b4a46a58d70f660e6697968bb5310712
parent504ddb27653a88676f5bbc640bea69219bbb6604
tools: put -lm after objects

As requested by some linkers that use by default --as-needed, libraries
must appears after objects that use them.

The problem was first noticed with Ubuntu 11.10 but some other systems
may use it soon or latter.

Signed-off-by: Jean Privat <jean@pryen.org>
bin/gccx