Put linker flags at end of compiler command-line.
authorMichael Vrable <vrable@cs.hmc.edu>
Thu, 31 May 2012 03:18:27 +0000 (20:18 -0700)
committerMichael Vrable <vrable@cs.hmc.edu>
Thu, 31 May 2012 03:18:27 +0000 (20:18 -0700)
Put $(LDFLAGS) after the sources, since otherwise the linker may be unable
to find all symbols.


No differences found