From 3ee0828904266168540bcc2672d20604666c4976 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Wed, 24 Aug 2005 16:06:11 +0000 Subject: [PATCH] Fix typo in -mtune value. --- conf/machine/tune-arm926ejs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/tune-arm926ejs.conf b/conf/machine/tune-arm926ejs.conf index 4e62a749dc..563586c902 100644 --- a/conf/machine/tune-arm926ejs.conf +++ b/conf/machine/tune-arm926ejs.conf @@ -1,2 +1,2 @@ -TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs" +TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s" PACKAGE_ARCH = "armv5te" -- 2.39.5