mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
update uClibc config for nios2
This commit is contained in:
parent
06510069f8
commit
1dabd71252
@ -192,6 +192,12 @@ ifeq ($(BR2_mips_64),y)
|
|||||||
$(SED) 's/.*\(CONFIG_MIPS_ISA_MIPS64\).*/\1=y/' $(UCLIBC_DIR)/.oldconfig
|
$(SED) 's/.*\(CONFIG_MIPS_ISA_MIPS64\).*/\1=y/' $(UCLIBC_DIR)/.oldconfig
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(UCLIBC_TARGET_ARCH),nios2)
|
||||||
|
/bin/echo "# UCLIBC_FORMAT_FDPIC_ELF is not set" >> $(UCLIBC_DIR)/.oldconfig
|
||||||
|
/bin/echo "UCLIBC_FORMAT_FLAT=y" >> $(UCLIBC_DIR)/.oldconfig
|
||||||
|
/bin/echo "# UCLIBC_FORMAT_FLAT_SEP_DATA is not set" >> $(UCLIBC_DIR)/.oldconfig
|
||||||
|
/bin/echo "# UCLIBC_FORMAT_SHARED_FLAT is not set" >> $(UCLIBC_DIR)/.oldconfig
|
||||||
|
endif
|
||||||
ifeq ($(UCLIBC_TARGET_ARCH),sh)
|
ifeq ($(UCLIBC_TARGET_ARCH),sh)
|
||||||
/bin/echo "# CONFIG_SH2A is not set" >> $(UCLIBC_DIR)/.oldconfig
|
/bin/echo "# CONFIG_SH2A is not set" >> $(UCLIBC_DIR)/.oldconfig
|
||||||
/bin/echo "# CONFIG_SH2 is not set" >> $(UCLIBC_DIR)/.oldconfig
|
/bin/echo "# CONFIG_SH2 is not set" >> $(UCLIBC_DIR)/.oldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user