Skip to content

Commit 748e2de

Browse files
committed
configure: Remove SUPPORTED_TARGET support
This is not used any more
1 parent e82bcab commit 748e2de

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

configure

-4
Original file line numberDiff line numberDiff line change
@@ -912,10 +912,6 @@ CFG_MANDIR=${CFG_MANDIR%/}
912912
CFG_DOCDIR=${CFG_DOCDIR%/}
913913
CFG_HOST="$(echo $CFG_HOST | tr ',' ' ')"
914914
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
919915

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

0 commit comments

Comments
 (0)