From 1d4f93e8f63395220da652bae055acde11544577 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 18 Sep 2009 10:01:33 +0100 Subject: Add SDKMACHINE to simplify SDK control and add to CACHE paths to allow environmental variable control Signed-off-by: Richard Purdie --- meta/conf/machine-sdk/i586.conf | 2 ++ meta/conf/machine-sdk/x86_64.conf | 1 + 2 files changed, 3 insertions(+) create mode 100644 meta/conf/machine-sdk/i586.conf create mode 100644 meta/conf/machine-sdk/x86_64.conf (limited to 'meta/conf/machine-sdk') diff --git a/meta/conf/machine-sdk/i586.conf b/meta/conf/machine-sdk/i586.conf new file mode 100644 index 0000000000..0b748a5026 --- /dev/null +++ b/meta/conf/machine-sdk/i586.conf @@ -0,0 +1,2 @@ +SDK_ARCH = "i586" +SDK_CC_ARCH = "-march=i586" diff --git a/meta/conf/machine-sdk/x86_64.conf b/meta/conf/machine-sdk/x86_64.conf new file mode 100644 index 0000000000..a6adb2817d --- /dev/null +++ b/meta/conf/machine-sdk/x86_64.conf @@ -0,0 +1 @@ +SDK_ARCH = "x86_64" \ No newline at end of file -- cgit v1.2.3-54-g00ecf