From: Michael Tremer Date: Sun, 30 May 2010 22:12:02 +0000 (+0200) Subject: glibc: Remove --enable-omitfp. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc4ad5b7f0efa783073e6950dd0a4a64f464b95b;p=ipfire-3.x.git glibc: Remove --enable-omitfp. This switch however builds another version of glibc with -O99 and profiling enabled. We don't need or want this. --- diff --git a/pkgs/core/glibc/glibc.nm b/pkgs/core/glibc/glibc.nm index cff6535fb..b365456b6 100644 --- a/pkgs/core/glibc/glibc.nm +++ b/pkgs/core/glibc/glibc.nm @@ -183,8 +183,7 @@ define STAGE_BUILD --disable-werror \ --enable-bind-now \ --enable-stackguard-randomization \ - --with-stack-protector=all \ - --enable-omitfp + --with-stack-protector=all # Our GCC is already passing -fPIC, and that's all we want for the libraries. # LDFLAGS.so is appended to so we don't build shared libraries with