<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/chunkeey/include/u-boot.mk, branch v18.06.4</title>
<subtitle>Staging tree of Christian Lamparter</subtitle>
<id>https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=v18.06.4</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=v18.06.4'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/'/>
<updated>2018-02-10T19:52:31Z</updated>
<entry>
<title>u-boot.mk: add HOST_LDFLAGS to UBOOT_MAKE_FLAGS</title>
<updated>2018-02-10T19:52:31Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2018-01-23T14:51:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=c72e6582c073b489348df3fedb273456d504559f'/>
<id>urn:sha1:c72e6582c073b489348df3fedb273456d504559f</id>
<content type='text'>
This will make sure that the build system's
paths for linking are available.
This is needed mostly for linking with tools/libressl.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>u-boot,at91bootstrap: fix incorrect HOSTCPPFLAGS variable</title>
<updated>2018-02-10T19:52:31Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2018-01-22T15:30:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=df9781a4205c5191fe21e795f732cfdd37d982f9'/>
<id>urn:sha1:df9781a4205c5191fe21e795f732cfdd37d982f9</id>
<content type='text'>
This would should up as `$$(HOSTCPPFLAGS)` in the host CFLAGS.
```
make --jobserver-fds=3,4 -j -C &lt;openwrt&gt;/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="&lt;openwrt&gt;/build_dir/target-arm_cortex-a8+vfpv3_musl_eabi/linux-sunxi_cortexa8/linux-4.9.76/scripts/dtc/dtc" HOSTCC="gcc" HOSTCFLAGS='-O2 -I&lt;openwrt&gt;/staging_dir/host/include -I&lt;openwrt&gt;/staging_dir/host/usr/include -I&lt;openwrt&gt;/staging_dir/hostpkg/include -I&lt;openwrt&gt;/staging_dir/target-arm_cortex-a8+vfpv3_musl_eabi/host/include $$(HOSTCPPFLAGS)' HOSTLDFLAGS="" BL31=&lt;openwrt&gt;/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 &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>u-boot.mk: pass HOSTCC and HOST_CFLAGS into the build</title>
<updated>2017-04-04T10:34:23Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-03-16T08:01:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=68139cc0e819b5f654c4f78468049eef035d28f7'/>
<id>urn:sha1:68139cc0e819b5f654c4f78468049eef035d28f7</id>
<content type='text'>
Cuts build time on Mac OS X in half by avoiding repeated $(shell) calls
from the build system

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>u-boot.mk: add support for overriding DEFAULT</title>
<updated>2017-01-25T06:48:43Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-01-25T06:33:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=1c0addb15608b7a0d73fd056524f505df02eb5e3'/>
<id>urn:sha1:1c0addb15608b7a0d73fd056524f505df02eb5e3</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>u-boot.mk: add UBOOT_MAKE_FLAGS variable similar to MAKE_FLAGS</title>
<updated>2017-01-25T06:48:43Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-01-25T06:28:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=1e14f01ed6d0cfff962c633bf130e96964c13e43'/>
<id>urn:sha1:1e14f01ed6d0cfff962c633bf130e96964c13e43</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: add generic build template for u-boot packages</title>
<updated>2017-01-24T15:21:24Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-01-22T18:33:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=31b16a3c7dd8fb379c7756d3366cc1b490491435'/>
<id>urn:sha1:31b16a3c7dd8fb379c7756d3366cc1b490491435</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
</feed>
