Skip to content
Snippets Groups Projects
Select Git revision
  • a72dbae2ccd38d2b32f8b814f5a528c88be65bd3
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
8 results

tools

Forked from Reform / reform-boundary-uboot
40608 commits behind the upstream repository.
user avatar
Daniel Hobi authored
This patch makes tools/env/Makefile more similar to tools/imls:
- define HOSTSRCS and HOSTCPPFLAGS, so that .depend generation works.
- include U-Boot headers using -idirafter to prevent picking up
  u-boot/include/errno.h.
- use HOSTCFLAGS_NOPED (fw_env.c does not conform to -pedantic).

In order to cross-compile tools/env, override the HOSTCC variable
as in this example:

  make tools env HOSTCC=bfin-uclinux-gcc

Signed-off-by: default avatarDaniel Hobi <daniel.hobi@schmid-telecom.ch>
Tested-by: default avatarDetlev Zundel <dzu@denx.de>
Tested-by: default avatarSteve Sakoman <steve.sakoman@linaro.org>
02bd475e
History