xen: remove wrong blank
This commit is contained in:
parent
35ad8b68d8
commit
405df813a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue