diff options
Diffstat (limited to 'conf/machine/include/tune-arm920t.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" |