uClibc: fix ppc e500 handling
Closes #2449 Signed-off-by: Stanislav Bogatyrev <bogatyrev_stanislav@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
62b4c67b09
commit
e8fdc08dc3
1
CHANGES
1
CHANGES
@ -24,6 +24,7 @@
|
||||
|
||||
#635: util-linux fails to build in 2009.08
|
||||
#2239: netcat package installs its binary to target as avr32-linux...
|
||||
#2449: Minor fixes for squashfs makefile and correct PowerPC e500 ...
|
||||
|
||||
2010.08-rc1, Released July 30th, 2010:
|
||||
|
||||
|
@ -217,13 +217,7 @@ ifeq ($(UCLIBC_TARGET_ARCH),sparc)
|
||||
$(SED) 's/^.*$(UCLIBC_SPARC_TYPE)[^B].*/$(UCLIBC_SPARC_TYPE)=y/g' $(UCLIBC_DIR)/.oldconfig
|
||||
endif
|
||||
ifeq ($(UCLIBC_TARGET_ARCH),powerpc)
|
||||
ifeq ($(BR2_powerpc_8540),y)
|
||||
TARGET_POWERPC_CORE_E500:=y
|
||||
endif
|
||||
ifeq ($(BR2_powerpc_e500mc),y)
|
||||
TARGET_POWERPC_CORE_E500:=y
|
||||
endif
|
||||
ifeq ($(TARGET_POWERPC_CORE_E500),y)
|
||||
ifeq ($(BR2_powerpc_8540)$(BR2_powerpc_e500mc),y)
|
||||
/bin/echo "# CONFIG_CLASSIC is not set" >> $(UCLIBC_DIR)/.oldconfig
|
||||
/bin/echo "CONFIG_E500=y" >> $(UCLIBC_DIR)/.oldconfig
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user