From cf119008e2ec7fb7a9043979fbfee4acf127a0cc Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 18 Mar 2012 03:42:05 +0100 Subject: [PATCH] glibc: fixed to inject --enable-kernel configure option through extraconfopt Note: Because set_confopt() is reseting confopt, we need to inject the configure option through extraconfopt. We use set_confopt() within the multilib parse-config to alter architecture specific settings like arch_machine and arch_target when building the non- default ABI. --- base/glibc/glibc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/glibc/glibc.conf b/base/glibc/glibc.conf index a282223e1..8006c3750 100644 --- a/base/glibc/glibc.conf +++ b/base/glibc/glibc.conf @@ -111,7 +111,7 @@ var_insert GCC_WRAPPER_INSERT " " "-O" # glibc does not like -ffast-math var_insert GCC_WRAPPER_REMOVE " " "-ffast-math" -var_append confopt " " "--enable-kernel=2.6.18" +var_append extraconfopt " " "--enable-kernel=2.6.18" # Disable glibc internal debuging but build debuging and profile # code so we can use this glibc to debug other programs.