From: Mike Frysinger Date: Wed, 1 Mar 2017 06:55:49 +0000 (-0700) Subject: travis: drop unused TARGETS variable X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a24492bfb357db436ed6a0b187d8dd8a80bbe2dc;p=elf2flt.git travis: drop unused TARGETS variable --- diff --git a/travis/arches.sh b/travis/arches.sh index db21b2d..92c91d3 100644 --- a/travis/arches.sh +++ b/travis/arches.sh @@ -18,6 +18,3 @@ ARCHES=( v850 xtensa ) - -# Expanded list of targets that we can use with configure. -TARGETS=${ARCHES[@]/%/-elf}