diff options
-rw-r--r-- | config/Make.rules.Linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Make.rules.Linux b/config/Make.rules.Linux index a9ff8714707..8fd7bd69a17 100644 --- a/config/Make.rules.Linux +++ b/config/Make.rules.Linux @@ -12,7 +12,7 @@ is-bin-program = $(and $(filter $(bindir)%,$($4_targetdir)),$(f ifneq ($(OECORE_SDK_VERSION),) -build-platform = $(shell uname -m) +build-platform = $(shell uname -m)-build target-platform = $(shell echo $(CXX) | sed -r 's/^([a-z0-9_]+)-.*/\1/') supported-platforms = $(target-platform) $(build-platform) linux_id = yocto |