mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-07 02:17:44 +00:00
toolchain: disable export-toolchain stuff as it breaks make dependencies
For some reason Ulf's export-toolchain stuff breaks the build as the dependencies target isn't executed and SED isn't set.
This commit is contained in:
parent
40a2bdae7c
commit
717f8e0a59
@ -46,6 +46,5 @@ CFLAGS_COMBINE = $(call cc-option,-combine,)
|
|||||||
|
|
||||||
# gcc has a bunch of needed stuff....
|
# gcc has a bunch of needed stuff....
|
||||||
include toolchain/gcc/Makefile.in
|
include toolchain/gcc/Makefile.in
|
||||||
|
# breaks the build
|
||||||
include toolchain/export-toolchain/Makefile.in
|
#include toolchain/export-toolchain/Makefile.in
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user