We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82bcab commit 748e2deCopy full SHA for 748e2de
configure
@@ -912,10 +912,6 @@ CFG_MANDIR=${CFG_MANDIR%/}
912
CFG_DOCDIR=${CFG_DOCDIR%/}
913
CFG_HOST="$(echo $CFG_HOST | tr ',' ' ')"
914
CFG_TARGET="$(echo $CFG_TARGET | tr ',' ' ')"
915
-CFG_SUPPORTED_TARGET=""
916
-for target_file in ${CFG_SRC_DIR}mk/cfg/*.mk; do
917
- CFG_SUPPORTED_TARGET="${CFG_SUPPORTED_TARGET} $(basename "$target_file" .mk)"
918
-done
919
920
# copy build-triples to host-triples so that builds are a subset of hosts
921
V_TEMP=""
0 commit comments