From 8a684f00811f4b42b527db0d3b78a15b64f61873 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 10 Nov 2005 13:42:35 +0000 Subject: tune-arm926ejs: change mtune param to work with gcc3.x and add a note on how to fix it for gcc4 --- conf/machine/tune-arm926ejs.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/tune-arm926ejs.conf b/conf/machine/tune-arm926ejs.conf index 563586c902..5e2f6b7c62 100644 --- a/conf/machine/tune-arm926ejs.conf +++ b/conf/machine/tune-arm926ejs.conf @@ -1,2 +1,3 @@ -TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s" +#if gcc breaks change arm926ejs to arm926ej-s +TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs" PACKAGE_ARCH = "armv5te" -- cgit v1.2.3