diff options
-rw-r--r-- | conf/machine/iphone.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/machine/iphone.conf b/conf/machine/iphone.conf new file mode 100644 index 0000000000..061492585d --- /dev/null +++ b/conf/machine/iphone.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: iPhone +#@DESCRIPTION: Machine configuration for the iPhone + +TARGET_ARCH = "arm" + +# For now we don't require tune-arm1176jzf-s as we +# really want the arch to stay "arm". + +#require conf/machine/include/tune-arm1176jzf-s.inc + |