diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-04-28 21:22:56 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-04-28 21:22:56 +0000 |
commit | 126389246dd04fd1022eac857e198948cda743c6 (patch) | |
tree | 83ba3f194fc8af167e31c9c8c09cc4ee324f32c3 /conf/machine/include | |
parent | 82d4cbb33b14c3eb630e5f1e3bf5367dc32049c5 (diff) |
conf/machine/sequoia.conf: Add machine config for AMCC's Sequoia 440 based dev board
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/tune-ppc440.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/tune-ppc440.conf b/conf/machine/include/tune-ppc440.conf new file mode 100644 index 0000000000..dff8dce684 --- /dev/null +++ b/conf/machine/include/tune-ppc440.conf @@ -0,0 +1,2 @@ +TARGET_CC_ARCH = "-mcpu=440" +PACKAGE_ARCH = "ppc440" |