openwrt/package
Biwen Li 83d5ca2186 tfa-layerscape: fix create_pbl and byte_swap host build
- make create_pbl and byte_swap as host tools

- fix a bug that maybe use the cross compiler
to compile create_pbl and byte_swap:

	# -a option appends the image for Chassis 3 devices in case of non secure boot
	aarch64-openwrt-linux-musl-gcc -Wall -Werror -pedantic -std=c99 -O2
	 -DVERSION=v1.5(release):reboot-10604-ge9216b3336 -D_GNU_SOURCE -D_XOPEN_SOURCE=700
	 -c -o create_pbl.o create_pbl.c
	cc1: note: someone does not honour COPTS correctly, passed 0 times
	  LD      create_pbl
	/usr/bin/ld: create_pbl.o: Relocations in generic ELF (EM: 183)
	/usr/bin/ld: create_pbl.o: Relocations in generic ELF (EM: 183)
	/usr/bin/ld: create_pbl.o: Relocations in generic ELF (EM: 183)
	create_pbl.o: error adding symbols: File in wrong format
	collect2: error: ld returned 1 exit status
	Makefile:43: recipe for target create_pbl failed
	make[4]: *** [create_pbl] Error 1
	plat/nxp/tools/pbl_ch2.mk:45: recipe for target pbl failed
	make[3]: *** [pbl] Error 2

- add tfa- prefix to all tools in order to avoid future clashes with
  other toolnames

Signed-off-by: Biwen Li <biwen.li@nxp.com>
[added missing HOST_CFLAGS, added tfa- prefix to the tools]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-07-26 15:21:58 +02:00
..
base-files base-files: drop support for the platform_nand_pre_upgrade() 2019-07-22 14:27:37 +02:00
boot tfa-layerscape: fix create_pbl and byte_swap host build 2019-07-26 15:21:58 +02:00
devel perf: simplify the build process 2019-07-17 12:16:29 +02:00
firmware wireless-regdb: set PKGARCH:=all 2019-07-26 08:09:16 +02:00
kernel mt76: fix kernel Oops by updating to the latest version 2019-07-24 14:08:32 +02:00
libs libroxml: bump to the 3.0.2 version 2019-07-15 21:35:56 +02:00
network dnsmasq: improve insecure DS warning 2019-07-25 12:29:08 +01:00
system openwrt-keyring: update to Git HEAD 2019-07-25 19:39:51 +02:00
utils lua5.3: build shared library 2019-07-11 18:38:51 +02:00
Makefile build: add ABI_VERSION to binary package names 2019-01-19 14:32:12 +01:00