From 8837917cf17b083ac4178352c740b0bfeada4d7f Mon Sep 17 00:00:00 2001
From: Florian Weimer <fweimer@redhat.com>
Date: Tue, 20 Sep 2016 12:18:13 +0200
Subject: Remove remnants of .og patterns

This was used by --enable-omitfp, and the bulk of it was removed in this
commit:

commit bdeba1354b7364d9b7857a048286a71ddbcdff86
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sat Jan 7 11:29:31 2012 -0500

    Remove --enable-omitfp support
---
 Makeconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makeconfig')

diff --git a/Makeconfig b/Makeconfig
index 03fd89c13e..c1ce74b4b4 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -905,7 +905,7 @@ endif
 # The compilation rules use $(CPPFLAGS-${SUFFIX}) and $(CFLAGS-${SUFFIX})
 # to pass different flags for each flavor.
 libtypes = $(foreach o,$(object-suffixes-for-libc),$(libtype$o))
-all-object-suffixes := .o .os .op .og .oS
+all-object-suffixes := .o .os .op .oS
 object-suffixes :=
 CPPFLAGS-.o = $(pic-default)
 CFLAGS-.o = $(filter %frame-pointer,$(+cflags))
-- 
cgit v1.2.1