[Buildroot] [PATCH 4/5] package make: build nommu builds as linux

Damien Le Moal damien.lemoal at wdc.com
Tue Sep 8 05:16:23 UTC 2020


From: Christoph Hellwig <hch at lst.de>

Using *-uclinux-* seems like an only partially followed convention.
And at least for RISC-V gcc doesn't know about uclinux tuples, so
switch back to the normal Linux one for now.

Signed-off-by: Christoph Hellwig <hch at lst.de>
Signed-off-by: Damien Le Moal <damien.lemoal at wdc.com>
---
 package/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/Makefile.in b/package/Makefile.in
index 51f5cbce4f..dd04124b1b 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -41,7 +41,7 @@ GNU_TARGET_NAME = $(ARCH)-$(TARGET_VENDOR)-$(TARGET_OS)-$(LIBC)$(ABI)
 
 # FLAT binary format needs uclinux
 ifeq ($(BR2_BINFMT_FLAT),y)
-TARGET_OS = uclinux
+TARGET_OS = linux
 else
 TARGET_OS = linux
 endif
-- 
2.26.2



More information about the buildroot mailing list