diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-04-09 20:28:55 +0900 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-09 21:44:41 +0200 |
commit | a9847d1483c74ab424ef5421faed5057781125cd (patch) | |
tree | 6be0d89e22cac1f44d4e28f5a78beb8d4ea2981a /docs/manual | |
parent | 52a12b7b1e0e98b02d0c6e55424c2f71d73b3ab0 (diff) | |
download | buildroot-a9847d1483c74ab424ef5421faed5057781125cd.tar.gz buildroot-a9847d1483c74ab424ef5421faed5057781125cd.zip |
Makefile: delete HOSTFC and FC_FOR_BUILD
This definition of HOSTFC is completely wrong.
"$(HOSTLD)" should be "$(HOSTFC)". Also, "echo" always succeeds, so
"which g77 || type -p g77 || echo gfortran" is never run.
Anyway, HOSTFC is most likely set to "/use/bin/ld" and nobody has
complained about it before me, so I guess it is not used at all.
At least grepping HOSTFC, FC_FOR_BUILD did not hit any packages.
Drop HOSTFC and FC_FOR_BUILD.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual')
0 files changed, 0 insertions, 0 deletions