ImmortalWrt/package/boot
Alexandru Ardelean df9781a420 u-boot,at91bootstrap: fix incorrect HOSTCPPFLAGS variable
This would should up as `$$(HOSTCPPFLAGS)` in the host CFLAGS.
```
make --jobserver-fds=3,4 -j -C <openwrt>/build_dir/target-arm_cortex-a8+vfpv3_musl_eabi/u-boot-A10-OLinuXino-Lime/u-boot-2017.07 CROSS_COMPILE=arm-openwrt-linux-muslgnueabi- DTC="<openwrt>/build_dir/target-arm_cortex-a8+vfpv3_musl_eabi/linux-sunxi_cortexa8/linux-4.9.76/scripts/dtc/dtc" HOSTCC="gcc" HOSTCFLAGS='-O2 -I<openwrt>/staging_dir/host/include -I<openwrt>/staging_dir/host/usr/include -I<openwrt>/staging_dir/hostpkg/include -I<openwrt>/staging_dir/target-arm_cortex-a8+vfpv3_musl_eabi/host/include $$(HOSTCPPFLAGS)' HOSTLDFLAGS="" BL31=<openwrt>/staging_dir/target-arm_cortex-a8+vfpv3_musl_eabi/image/bl31.bin
```

And then it would complain with:
```
 /bin/sh: 1: HOSTCPPFLAGS: not found
```

Also, HOSTCPPFLAGS does not exist.
The correct var is HOST_CPPFLAGS.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-02-10 20:52:31 +01:00
..
apex ixp4xx: put apex images into image staging directory 2017-01-27 16:53:31 +01:00
arm-trusted-firmware-sunxi arm-trusted-firmware-sunxi: use release build and bump version 2018-02-05 12:58:27 +01:00
at91bootstrap u-boot,at91bootstrap: fix incorrect HOSTCPPFLAGS variable 2018-02-10 20:52:31 +01:00
fconfig treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
grub2 add PKG_CPE_ID ids to package and tools 2017-11-17 02:24:35 +01:00
imx-bootlets treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
kexec-tools kexec-tools: bump version and add support for crashdump kernel 2017-06-09 22:21:25 +02:00
kobs-ng kobs-ng: add header for integer definitions 2017-11-16 22:56:54 +01:00
rbcfg rbcfg: Implement CPU frequency control 2017-10-07 15:00:26 +02:00
uboot-ar71xx uboot-ar71xx: fix build error 2017-04-06 16:25:08 +02:00
uboot-at91 uboot-at91: make packages hidden 2018-01-09 22:58:49 +01:00
uboot-envtools uboot-envtools: add support for GL.iNet GL-AR750 2018-01-15 00:12:13 +01:00
uboot-fritz4040 uboot-fritz4040: add an ipq806x u-boot for FritzBox 4040 2017-03-22 09:45:18 +01:00
uboot-imx6 uboot-imx6: switch to u-boot.mk 2017-01-24 16:21:24 +01:00
uboot-kirkwood uboot-kirkwood: add uboot for pogoplug v4 2018-01-09 22:06:55 +01:00
uboot-lantiq lantiq: sync image filename with boardname 2017-12-16 23:33:56 +01:00
uboot-layerscape layerscape: fix package download 2017-12-21 10:02:16 +01:00
uboot-layerscape-armv8_32b uboot-layerscape-armv8_32b: fix package download 2017-12-20 21:54:18 +01:00
uboot-mvebu uboot-mvebu: add OpenSSL compat patches 2017-09-25 23:08:33 +02:00
uboot-mxs mxs: put u-boot images into image staging directory 2017-01-27 16:53:31 +01:00
uboot-omap uboot-omap: rename patch to 101-disable-thumb-omap3.patch 2017-04-30 12:19:07 +02:00
uboot-oxnas oxnas: put u-boot images into image staging directory 2017-01-27 16:53:31 +01:00
uboot-sunxi uboot-sunxi: fix build by adding comparabilities for old dtc 2018-02-10 15:39:00 +01:00
uboot-xburst treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
uboot-zynq uboot-zynq: switch to u-boot.mk 2017-01-24 16:21:25 +01:00
yamonenv packages: mark packages depending on a target as nonshared 2017-01-24 09:45:05 +01:00