diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-18 10:01:33 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-18 10:01:33 +0100 |
commit | 1d4f93e8f63395220da652bae055acde11544577 (patch) | |
tree | ed0bd7716f87bd755b1bd6b1b73814970386f1e4 /meta/conf/machine-sdk | |
parent | 8aa3e16e1f88a2327fe1da6cdc4c3e0bd480a815 (diff) | |
download | openembedded-core-1d4f93e8f63395220da652bae055acde11544577.tar.gz openembedded-core-1d4f93e8f63395220da652bae055acde11544577.tar.bz2 openembedded-core-1d4f93e8f63395220da652bae055acde11544577.tar.xz openembedded-core-1d4f93e8f63395220da652bae055acde11544577.zip |
Add SDKMACHINE to simplify SDK control and add to CACHE paths to allow environmental variable control
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf/machine-sdk')
-rw-r--r-- | meta/conf/machine-sdk/i586.conf | 2 | ||||
-rw-r--r-- | meta/conf/machine-sdk/x86_64.conf | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/machine-sdk/i586.conf b/meta/conf/machine-sdk/i586.conf new file mode 100644 index 000000000..0b748a502 --- /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 000000000..a6adb2817 --- /dev/null +++ b/meta/conf/machine-sdk/x86_64.conf @@ -0,0 +1 @@ +SDK_ARCH = "x86_64"
\ No newline at end of file |