From bdeba1354b7364d9b7857a048286a71ddbcdff86 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 7 Jan 2012 11:29:31 -0500 Subject: Remove --enable-omitfp support --- Makeconfig | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index 8195245052..a97b7d0ce5 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)) -- cgit 1.4.1