File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ ifeq ($(UCLIBC_TARGET_ARCH),mips)
185
185
/bin/echo "# CONFIG_MIPS_ISA_3 is not set"; \
186
186
/bin/echo "# CONFIG_MIPS_ISA_4 is not set"; \
187
187
/bin/echo "# CONFIG_MIPS_ISA_MIPS32 is not set"; \
188
+ /bin/echo "# CONFIG_MIPS_ISA_MIPS32R2 is not set"; \
188
189
/bin/echo "# CONFIG_MIPS_ISA_MIPS64 is not set"; \
189
190
) >> $(UCLIBC_DIR)/.oldconfig
190
191
ifeq ($(BR2_MIPS_OABI ) ,y)
@@ -209,10 +210,10 @@ ifeq ($(BR2_mips_4),y)
209
210
$(SED) 's/.*\(CONFIG_MIPS_ISA_4\).*/\1=y/' $(UCLIBC_DIR)/.oldconfig
210
211
endif
211
212
ifeq ($(BR2_mips_32 ) ,y)
212
- $(SED) 's/.*\(CONFIG_MIPS_ISA_MIPS32\).*/\1=y/' $(UCLIBC_DIR)/.oldconfig
213
+ $(SED) 's/.*\(CONFIG_MIPS_ISA_MIPS32\)[^R] .*/\1=y/' $(UCLIBC_DIR)/.oldconfig
213
214
endif
214
215
ifeq ($(BR2_mips_32r2 ) ,y)
215
- $(SED) 's/.*\(CONFIG_MIPS_ISA_MIPS32 \).*/\1=y/' $(UCLIBC_DIR)/.oldconfig
216
+ $(SED) 's/.*\(CONFIG_MIPS_ISA_MIPS32R2 \).*/\1=y/' $(UCLIBC_DIR)/.oldconfig
216
217
endif
217
218
ifeq ($(BR2_mips_64 ) ,y)
218
219
$(SED) 's/.*\(CONFIG_MIPS_ISA_MIPS64\).*/\1=y/' $(UCLIBC_DIR)/.oldconfig
You can’t perform that action at this time.
0 commit comments