# This file is for cross compiling flashrom for libpayload, as a
# binary that can be directly booted by coreboot.

[binaries]
c     = 'lpgcc'

[host_machine]
system     = 'libpayload'
# These values must be modified to match your libpayload configuration,
# specifically Architecture Options -> Target Architecture
cpu_family = 'x86'
cpu        = 'i386'
endian     = 'little'

[built-in options]
c_std = 'gnu99'
default_library = 'static'

[project options]
tests = 'disabled'
ich_descriptors_tool = 'disabled'