commit | fcb5d5cc721187b3e3a19b44155d5b824d7be7e6 | [log] [tgz] |
---|---|---|
author | Jason Zaman <[email protected]> | Tue Apr 25 01:59:56 2017 +0800 |
committer | Stephen Smalley <[email protected]> | Tue Apr 25 08:27:05 2017 -0400 |
tree | b697a4837c41064c034cf5c330de7bdec17f2161 | |
parent | b5fe48da2090ceb9f427822fce6ee3da165b77f2 [diff] |
Makefiles: drop -L/-I to system paths The toolchain automatically handles them and they break cross compiling. LDFLAGS should also come before object files, some flags (eg, -Wl,as-needed) can break things if they are in the wrong place) Gentoo-Bug: https://bugs.gentoo.org/500674 Signed-off-by: Jason Zaman <[email protected]>