diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-07-08 13:01:42 +0200 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-07-08 13:01:42 +0200 |
commit | eb2aaf86793f8b735945b2e65d1a94da4188bc3e (patch) | |
tree | de86946788d0ce9cb944ae703ea96246c4f8afd2 /conf/machine/include/tune-ppce500v2.inc | |
parent | 68a27fcf8d5ae80dbdf5df3788617828f7b1ea9f (diff) |
calamari.conf: New machine (MPC8536DS development system).
Diffstat (limited to 'conf/machine/include/tune-ppce500v2.inc')
-rw-r--r-- | conf/machine/include/tune-ppce500v2.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/tune-ppce500v2.inc b/conf/machine/include/tune-ppce500v2.inc new file mode 100644 index 0000000000..73d8e92f0a --- /dev/null +++ b/conf/machine/include/tune-ppce500v2.inc @@ -0,0 +1,4 @@ +TARGET_CC_ARCH = "-mcpu=8548 -mspe=yes -mabi=spe -mhard-float -mfloat-gprs=double" +BASE_PACKAGE_ARCH = "ppce500v2" +FEED_ARCH = "ppce500v2" +PACKAGE_EXTRA_ARCHS += "ppce500v2" |