gen_offset_header: don't force 32-bit build
It's not clear why this was forced in the first place. Change-Id: I95c5e21ac0861a7b224ac9715bc5691c97922fe4 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
9557f0306c
commit
3316e4c6fc
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
HOSTCFLAGS_gen_offset_header.o += -DKERNEL_VERSION=0 -Wall -Werror -g -m32
|
||||
HOSTCFLAGS_gen_offset_header.o += -DKERNEL_VERSION=0 -Wall -Werror -g
|
||||
HOSTCFLAGS_gen_idt.o += -Wno-unused-result
|
||||
HOSTLDFLAGS := -m32
|
||||
|
||||
hostprogs-y += gen_offset_header
|
||||
gen_offset_header-objs := gen_offset_header.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue