summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index b291e6645..d25517c33 100644
--- a/configure.json
+++ b/configure.json
@@ -97,6 +97,10 @@
"embedded": {
"label": "embedded",
"type": "embedded"
+ },
+ "glibc": {
+ "label": "glibc > 2.16",
+ "type": "detectGlibc"
}
},
@@ -220,6 +224,11 @@
"autoDetect": false,
"condition": "tests.gn",
"output": [ "privateFeature" ]
+ },
+ "system-glibc": {
+ "label": "glibc",
+ "condition": "config.linux && tests.glibc",
+ "output": [ "privateFeature" ]
}
},