Skip to content

Commit 8fb06b8

Browse files
committed
configure: Remove SUPPORTED_TARGET support
This is not used any more
1 parent 278045c commit 8fb06b8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

configure

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -911,10 +911,6 @@ CFG_MANDIR=${CFG_MANDIR%/}
911911
CFG_DOCDIR=${CFG_DOCDIR%/}
912912
CFG_HOST="$(echo $CFG_HOST | tr ',' ' ')"
913913
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
918914

919915
# copy build-triples to host-triples so that builds are a subset of hosts
920916
V_TEMP=""

0 commit comments

Comments
 (0)