diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-10-17 11:44:53 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-10-17 11:44:53 +0000 |
commit | 8cc325643dd3749e8e85340dc17dcf42ccec6331 (patch) | |
tree | 8bb0661839af55b17287037397fc7116ab96329e /conf | |
parent | 86f7bbd948a2a719f1d26d5fc1611302c03b756a (diff) |
conf/machine/include/tune-arm920t.conf : fix so that -march and -mcpu arent
confilivting. THis caused all -Werror compiled programs to fail.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/tune-arm920t.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/tune-arm920t.conf b/conf/machine/include/tune-arm920t.conf index 992f1923c6..373bf46727 100644 --- a/conf/machine/include/tune-arm920t.conf +++ b/conf/machine/include/tune-arm920t.conf @@ -1,3 +1,3 @@ PACKAGE_ARCH = "armv4t" -TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t -mcpu=arm920t" +TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t" |