diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-04-07 23:00:28 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-04-08 13:16:13 +0200 |
commit | 633049d80064e8c156ff58e1fc776f2f9afe9163 (patch) | |
tree | 0221a462fd515ce5e9087d43a6f097e6c3ee1da2 /toolchain/uClibc | |
parent | e8e868c14bc5ab6cf6a9e2507823e435520efe2a (diff) | |
download | buildroot-novena-633049d80064e8c156ff58e1fc776f2f9afe9163.tar.gz buildroot-novena-633049d80064e8c156ff58e1fc776f2f9afe9163.zip |
Enable e300c2, e300c3 and e500mc powerpc optimizations
Closes #1513
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/uClibc')
-rw-r--r-- | toolchain/uClibc/uclibc.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/uClibc/uclibc.mk b/toolchain/uClibc/uclibc.mk index 3e6977029..ddeb3951a 100644 --- a/toolchain/uClibc/uclibc.mk +++ b/toolchain/uClibc/uclibc.mk @@ -232,6 +232,12 @@ ifeq ($(UCLIBC_TARGET_ARCH),sparc) 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) /bin/echo "# CONFIG_CLASSIC is not set" >> $(UCLIBC_DIR)/.oldconfig /bin/echo "CONFIG_E500=y" >> $(UCLIBC_DIR)/.oldconfig else |