diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-09-20 12:18:13 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-09-20 12:18:13 +0200 |
commit | 8837917cf17b083ac4178352c740b0bfeada4d7f (patch) | |
tree | 9fefc36e2ff8edbe71a8b37577eabef652e209cb /Makeconfig | |
parent | e68c8d2757f05d1817d95d66cd3f2c2acc538b34 (diff) | |
download | glibc-8837917cf17b083ac4178352c740b0bfeada4d7f.tar.gz |
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
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |