summaryrefslogtreecommitdiff
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-04-09 20:28:55 +0900
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-09 21:44:41 +0200
commita9847d1483c74ab424ef5421faed5057781125cd (patch)
tree6be0d89e22cac1f44d4e28f5a78beb8d4ea2981a /package/Makefile.in
parent52a12b7b1e0e98b02d0c6e55424c2f71d73b3ab0 (diff)
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 'package/Makefile.in')
-rw-r--r--package/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index 8e471eec3..e65e08b33 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -264,7 +264,6 @@ TARGET_CONFIGURE_OPTS = \
CC_FOR_BUILD="$(HOSTCC)" \
GCC_FOR_BUILD="$(HOSTCC)" \
CXX_FOR_BUILD="$(HOSTCXX)" \
- FC_FOR_BUILD="$(HOSTFC)" \
LD_FOR_BUILD="$(HOSTLD)" \
CPPFLAGS_FOR_BUILD="$(HOST_CPPFLAGS)" \
CFLAGS_FOR_BUILD="$(HOST_CFLAGS)" \