From e7f0c7a787ed434261998cdf31034b658625d051 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jeremy=20Lain=C3=A9?= Date: Fri, 17 Apr 2009 12:19:11 +0200 Subject: [PATCH] iphone.conf: add basic machine description for iPhone --- conf/machine/iphone.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/machine/iphone.conf 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 + -- 2.39.5