* Fixed uClibc sub-x86 arch selection
This commit is contained in:
parent
acdf16967d
commit
9a193dfbf0
@ -353,7 +353,31 @@ ifeq ($(BR2_x86_i486),y)
|
|||||||
endif
|
endif
|
||||||
ifeq ($(BR2_x86_i586),y)
|
ifeq ($(BR2_x86_i586),y)
|
||||||
$(SED) 's,# CONFIG_586 is not set,CONFIG_586=y,g' $(UCLIBC_DIR)/.oldconfig
|
$(SED) 's,# CONFIG_586 is not set,CONFIG_586=y,g' $(UCLIBC_DIR)/.oldconfig
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(BR2_x86_pentium_mmx),y)
|
||||||
|
$(SED) 's,# CONFIG_586MMX is not set,CONFIG_586MMX=y,g' $(UCLIBC_DIR)/.oldconfig
|
||||||
|
endif
|
||||||
|
ifeq ($(BR2_x86_pentium2),y)
|
||||||
|
$(SED) 's,# CONFIG_PENTIUMII is not set,CONFIG_PENTIUMII=y,g' $(UCLIBC_DIR)/.oldconfig
|
||||||
|
endif
|
||||||
|
ifeq ($(BR2_x86_pentium3),y)
|
||||||
|
$(SED) 's,# CONFIG_PENTIUMIII is not set,CONFIG_PENTIUMIII=y,g' $(UCLIBC_DIR)/.oldconfig
|
||||||
|
endif
|
||||||
|
ifeq ($(BR2_x86_pentium4),y)
|
||||||
|
$(SED) 's,# CONFIG_PENTIUM4 is not set,CONFIG_PENTIUM4=y,g' $(UCLIBC_DIR)/.oldconfig
|
||||||
|
endif
|
||||||
|
ifeq ($(BR2_x86_pentium_m),y)
|
||||||
|
$(SED) 's,# CONFIG_PENTIUM4 is not set,CONFIG_PENTIUM4=y,g' $(UCLIBC_DIR)/.oldconfig
|
||||||
|
endif
|
||||||
|
ifeq ($(BR2_x86_pentiumpro),y)
|
||||||
|
$(SED) 's,# CONFIG_PENTIUM4 is not set,CONFIG_PENTIUM4=y,g' $(UCLIBC_DIR)/.oldconfig
|
||||||
|
endif
|
||||||
|
ifeq ($(BR2_x86_nocona),y)
|
||||||
|
$(SED) 's,# CONFIG_PENTIUM4 is not set,CONFIG_PENTIUM4=y,g' $(UCLIBC_DIR)/.oldconfig
|
||||||
|
endif
|
||||||
|
ifeq ($(BR2_x86_core2),y)
|
||||||
|
$(SED) 's,# CONFIG_PENTIUM4 is not set,CONFIG_PENTIUM4=y,g' $(UCLIBC_DIR)/.oldconfig
|
||||||
|
endif
|
||||||
ifeq ($(BR2_x86_i686),y)
|
ifeq ($(BR2_x86_i686),y)
|
||||||
$(SED) 's,# CONFIG_686 is not set,CONFIG_686=y,g' $(UCLIBC_DIR)/.oldconfig
|
$(SED) 's,# CONFIG_686 is not set,CONFIG_686=y,g' $(UCLIBC_DIR)/.oldconfig
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user