aboutsummaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-01-07 11:29:31 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-07 11:29:31 -0500
commitbdeba1354b7364d9b7857a048286a71ddbcdff86 (patch)
tree0693046c0fed2fe835c83814bd7f98a5075bc920 /Makeconfig
parentd75a0a62b12c35ee85f786d5f8d155ab39909411 (diff)
downloadglibc-bdeba1354b7364d9b7857a048286a71ddbcdff86.zip
glibc-bdeba1354b7364d9b7857a048286a71ddbcdff86.tar.gz
glibc-bdeba1354b7364d9b7857a048286a71ddbcdff86.tar.bz2
Remove --enable-omitfp support
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig13
1 files changed, 1 insertions, 12 deletions
diff --git a/Makeconfig b/Makeconfig
index 8195245..a97b7d0 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -1,4 +1,4 @@
-# Copyright (C) 1991-2003,2004,2005,2006,2007,2008,2009,2010,2011
+# Copyright (C) 1991-2003,2004,2005,2006,2007,2008,2009,2010,2011,2012
# Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -762,17 +762,6 @@ CPPFLAGS-.op = -DPROF $(pic-default)
CFLAGS-.op = -pg
libtype.op = lib%_p.a
endif
-ifeq (yes,$(build-omitfp))
-# Under --enable-omitfp, we build the library optimized without
-# debugging information using -fomit-frame-pointer, and build an extra
-# library with debugging information. The debuggable objects are named foo.og.
-object-suffixes += .og
-CPPFLAGS-.og = $(pic-default)
-CFLAGS-.og = -g
-CFLAGS-.o = $(filter %frame-pointer,$(+cflags)) -g0 -O99 -fomit-frame-pointer -D__USE_STRING_INLINES
-CFLAGS-.os += -g0 -O99 -fomit-frame-pointer -D__USE_STRING_INLINES
-libtype.og = lib%_g.a
-endif
bppfx = BP-
ifeq (yes,$(build-bounded))