Skip to content

Commit

Permalink
configure: Remove SUPPORTED_TARGET support
Browse files Browse the repository at this point in the history
This is not used any more
  • Loading branch information
alexcrichton committed Mar 10, 2017
1 parent 1389f5d commit 8407651
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -912,10 +912,6 @@ CFG_MANDIR=${CFG_MANDIR%/}
CFG_DOCDIR=${CFG_DOCDIR%/}
CFG_HOST="$(echo $CFG_HOST | tr ',' ' ')"
CFG_TARGET="$(echo $CFG_TARGET | tr ',' ' ')"
CFG_SUPPORTED_TARGET=""
for target_file in ${CFG_SRC_DIR}mk/cfg/*.mk; do
CFG_SUPPORTED_TARGET="${CFG_SUPPORTED_TARGET} $(basename "$target_file" .mk)"
done

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

0 comments on commit 8407651

Please sign in to comment.