merged. Bruce
On Wed, Apr 17, 2019 at 10:28 PM Liwei Song <[email protected]> wrote: > Fix the following compile warning: > Warning: synced file at > 'tools/objtool/arch/x86/tools/gen-insn-attr-x86.awk' differs from latest > kernel version at 'arch/x86/tools/gen-insn-attr-x86.awk' > > change /bin/awk to /usr/bin/awk in > tools/objtool/arch/x86/tools/gen-insn-attr-x86.awk can fix it. > > Fixes: 8b4581d0f5a7 ("linux-yocto: Handle /bin/awk issues") > Signed-off-by: Liwei Song <[email protected]> > --- > tools/objtool/arch/x86/tools/gen-insn-attr-x86.awk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/objtool/arch/x86/tools/gen-insn-attr-x86.awk > b/tools/objtool/arch/x86/tools/gen-insn-attr-x86.awk > index b02a36b2c14f..9166a071484c 100644 > --- a/tools/objtool/arch/x86/tools/gen-insn-attr-x86.awk > +++ b/tools/objtool/arch/x86/tools/gen-insn-attr-x86.awk > @@ -1,4 +1,4 @@ > -#!/bin/awk -f > +#!/usr/bin/awk -f > # SPDX-License-Identifier: GPL-2.0 > # gen-insn-attr-x86.awk: Instruction attribute table generator > # Written by Masami Hiramatsu <[email protected]> > -- > 2.7.4 > > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
