mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
- for various reasons i will need an explicit ordering of the toolchain includes
This commit is contained in:
parent
1cf7a4c117
commit
57310ec605
13
Makefile
13
Makefile
@ -202,7 +202,18 @@ include project/*.mk
|
|||||||
# in the .config file.
|
# in the .config file.
|
||||||
ifeq ($(BR2_TOOLCHAIN_SOURCE),y)
|
ifeq ($(BR2_TOOLCHAIN_SOURCE),y)
|
||||||
# avoid pulling in external toolchain which is broken for toplvl parallel builds
|
# avoid pulling in external toolchain which is broken for toplvl parallel builds
|
||||||
include $(filter-out $(wildcard toolchain/external-toolchain/*),$(wildcard toolchain/*/*.mk))
|
# Explicit ordering:
|
||||||
|
include toolchain/dependencies/dependencies.mk
|
||||||
|
include toolchain/binutils/binutils.mk
|
||||||
|
include toolchain/ccache/ccache.mk
|
||||||
|
include toolchain/elf2flt/elf2flt.mk
|
||||||
|
include toolchain/gcc/gcc-uclibc-3.x.mk
|
||||||
|
include toolchain/gcc/gcc-uclibc-4.x.mk
|
||||||
|
include toolchain/gdb/gdb.mk
|
||||||
|
include toolchain/kernel-headers/kernel-headers.mk
|
||||||
|
include toolchain/mklibs/mklibs.mk
|
||||||
|
include toolchain/sstrip/sstrip.mk
|
||||||
|
include toolchain/uClibc/uclibc.mk
|
||||||
else
|
else
|
||||||
include toolchain/*/*.mk
|
include toolchain/*/*.mk
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user