about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-02-12 11:12:40 -0800
committerAlex Crichton <alex@alexcrichton.com>2017-03-11 08:41:11 -0800
commit748e2de7ccec95b22851fb8f1b565e7dd25b781a (patch)
treefef63eac1f5ef52f825d09361e68bdc3d7451c56
parente82bcabf07df9518859dc30fe5620e16533a04d5 (diff)
downloadrust-748e2de7ccec95b22851fb8f1b565e7dd25b781a.tar.gz
rust-748e2de7ccec95b22851fb8f1b565e7dd25b781a.zip
configure: Remove SUPPORTED_TARGET support
This is not used any more
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index 6d9134619c5..92ee3436c5f 100755
--- a/configure
+++ b/configure
@@ -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=""