crossgcc: Fix a typo.
Change-Id: I8b88957a93e6369c59e9eb17f4ba48954fbc3c02 Signed-off-by: Zheng Bao <zheng.bao@amd.com> Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: http://review.coreboot.org/4526 Tested-by: build bot (Jenkins)
This commit is contained in:
parent
66e0c4c8c4
commit
f95bb2d7bb
|
@ -286,7 +286,7 @@ for PACKAGE in GMP MPFR MPC LIBELF GCC BINUTILS $PYTHON_PACKAGE \
|
|||
archive="`eval echo '$'$archive`"
|
||||
dir=$PACKAGE"_DIR"
|
||||
dir="`eval echo '$'${dir}`"
|
||||
test -d ${dir} && test -f ${dir}/.unpack_sucess || (
|
||||
test -d ${dir} && test -f ${dir}/.unpack_success || (
|
||||
printf " * `basename $archive`\n"
|
||||
FLAGS=zxf
|
||||
suffix=`echo $archive | sed 's,.*\.,,'`
|
||||
|
|
Loading…
Reference in New Issue