diff options
-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 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/eglibc.inc | 2 |
4 files changed, 0 insertions, 7 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" | ||
diff --git a/meta/recipes-core/eglibc/eglibc.inc b/meta/recipes-core/eglibc/eglibc.inc index 1e041977de..40dd6b5847 100644 --- a/meta/recipes-core/eglibc/eglibc.inc +++ b/meta/recipes-core/eglibc/eglibc.inc | |||
@@ -78,5 +78,3 @@ do_configure_append() { | |||
78 | } | 78 | } |
79 | 79 | ||
80 | GLIBC_ADDONS ?= "ports,nptl,libidn" | 80 | GLIBC_ADDONS ?= "ports,nptl,libidn" |
81 | SDK_GLIBC_ADDONS ?= "ports,nptl,libidn" | ||
82 | GLIBC_ADDONS_class-nativesdk = "${SDK_GLIBC_ADDONS}" | ||