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