diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-09 13:22:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-09 22:28:04 +0100 |
commit | 7f2bf08280f11daa002f4a9e870c2b77711cbf90 (patch) | |
tree | 30a54e591de63fd4fa55c7bbfbc6a0e3daf931ed /meta/conf/machine-sdk | |
parent | f1a063517295390a6fd2a5e1ce239c294ef1d99f (diff) | |
download | poky-7f2bf08280f11daa002f4a9e870c2b77711cbf90.tar.gz |
eglibc/machine-sdk: Drop SDK_GLIBC_ADDONS
We no longer change GLIBC_ADDONS per target so we no longer need to special
case the SDK settings for it either.
(From OE-Core rev: 3fb0e792600b5adb58bc5fca90d8605c1c76280f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine-sdk')
-rw-r--r-- | meta/conf/machine-sdk/i586.conf | 1 | ||||
-rw-r--r-- | meta/conf/machine-sdk/i686.conf | 2 | ||||
-rw-r--r-- | meta/conf/machine-sdk/x86_64.conf | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/meta/conf/machine-sdk/i586.conf b/meta/conf/machine-sdk/i586.conf index 190f2bdfb7..baacce70af 100644 --- a/meta/conf/machine-sdk/i586.conf +++ b/meta/conf/machine-sdk/i586.conf | |||
@@ -1,4 +1,3 @@ | |||
1 | SDK_ARCH = "i586" | 1 | SDK_ARCH = "i586" |
2 | SDK_CC_ARCH = "-march=i586" | 2 | SDK_CC_ARCH = "-march=i586" |
3 | 3 | ||
4 | SDK_GLIBC_ADDONS = "nptl" | ||
diff --git a/meta/conf/machine-sdk/i686.conf b/meta/conf/machine-sdk/i686.conf index 3e8e4f4f45..ffdb46131c 100644 --- a/meta/conf/machine-sdk/i686.conf +++ b/meta/conf/machine-sdk/i686.conf | |||
@@ -1,4 +1,2 @@ | |||
1 | SDK_ARCH = "i686" | 1 | SDK_ARCH = "i686" |
2 | SDK_CC_ARCH = "-march=i686" | 2 | SDK_CC_ARCH = "-march=i686" |
3 | |||
4 | SDK_GLIBC_ADDONS = "nptl" | ||
diff --git a/meta/conf/machine-sdk/x86_64.conf b/meta/conf/machine-sdk/x86_64.conf index 9495842a14..812d67c8d2 100644 --- a/meta/conf/machine-sdk/x86_64.conf +++ b/meta/conf/machine-sdk/x86_64.conf | |||
@@ -1,3 +1 @@ | |||
1 | SDK_ARCH = "x86_64" | SDK_ARCH = "x86_64" | |
2 | |||
3 | SDK_GLIBC_ADDONS = "nptl" | ||