[oe-commits] Marcin Juszkiewicz : tune-ep9312: use flags from Martin W. Guy work

git version control git at git.openembedded.org
Tue Jun 2 09:56:48 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3dd46a9332c6db4c4381b8991ddd5d2463dd9b5f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3dd46a9332c6db4c4381b8991ddd5d2463dd9b5f

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Sat May 16 09:44:42 2009 +0200

tune-ep9312: use flags from Martin W. Guy work

Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen at openembedded.org>
Acked-by: Tom Rini <trini at embeddedalley.com>

---

 conf/machine/include/tune-ep9312.inc |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/conf/machine/include/tune-ep9312.inc b/conf/machine/include/tune-ep9312.inc
index cf3de9c..fd9c1cc 100644
--- a/conf/machine/include/tune-ep9312.inc
+++ b/conf/machine/include/tune-ep9312.inc
@@ -1,8 +1,7 @@
-TARGET_CC_ARCH = "-march=ep9312 -mtune=ep9312 -mcpu=ep9312"
-# add "-mfp=maverick" for newer gcc versions > 4.0
+TARGET_CC_ARCH = "-mcpu=ep9312 -mfpu=maverick -mfloat-abi=softfp -fno-signed-zeros -O"
 
 #set arch to ep9312 for all generated packages
-PACKAGE_EXTRA_ARCHS += "armv4 armv4t ep9312"
+PACKAGE_EXTRA_ARCHS += "armv4 armv4t ep93xx"
 BASE_PACKAGE_ARCH = "ep9312"
 FEED_ARCH = "ep9312"
 





More information about the Openembedded-commits mailing list