diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2007-10-25 11:18:58 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-10-25 11:18:58 +0000 |
commit | 8ffbd041412ecbd1ce52e62c5dd3cc56057cfde9 (patch) | |
tree | 52a14237aeaaa450a221b7941dc0ef2d5e94906f /conf/machine/include | |
parent | d1603e57781c9eaa08cc7e6ffd53f5685349c5d6 (diff) |
mpc8323e-rdb: Adapted from mpc8313e-rdb, tested.
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/tune-ppce300c2.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/tune-ppce300c2.inc b/conf/machine/include/tune-ppce300c2.inc new file mode 100644 index 0000000000..4d7ea7ef87 --- /dev/null +++ b/conf/machine/include/tune-ppce300c2.inc @@ -0,0 +1,3 @@ +TARGET_CC_ARCH = "-mcpu=e300c2" +PACKAGE_ARCH = "ppce300c2" + |