xen: remove wrong blank

This commit is contained in:
Juergen Buchmueller 2016-10-13 13:19:19 +02:00
parent 35ad8b68d8
commit 405df813a8
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ pre_configure() {
local i _gccver=$(gcc --version | awk '/^gcc \(GCC\)/ { print $3 }')
[ "${_gccver%%.*}" -lt 6 ] && return 0
sed -i tools/configure -e's; -Werror;-Wno-error;g'
sed -i tools/configure -e's;-Werror;-Wno-error;g'
# Copy patches for _ipxe.tar.gz contents
for i in $(seq 1 6); do
cp ${FILESDIR}/gcc6_fix_${i}.patch tools/firmware/etherboot/patches