You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
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>
6 years ago
..
base-files treewide: combine VERSION_SED and VERSION_SED_SCRIPT 6 years ago
boot u-boot,at91bootstrap: fix incorrect HOSTCPPFLAGS variable 6 years ago
devel valgrind: Fix compile on ARM64 6 years ago
firmware ipq-wifi: align AVM FRITZ!Box 4040's board-2.bin package 6 years ago
kernel mt76: update to the latest version, fixes mt7603 stability issues 6 years ago
libs bunwind: build for ARM64 6 years ago
network odhcp6c: fix appending of emtpy sendopt value (FS#1336) 6 years ago
system procd: fix procd_lock() when prepare_roofs 6 years ago
utils build: add hardened builds with PIE (ASLR) support 6 years ago
Makefile build: remove package preconfig feature 6 years ago