From 8837917cf17b083ac4178352c740b0bfeada4d7f Mon Sep 17 00:00:00 2001 From: Florian Weimer 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 Date: Sat Jan 7 11:29:31 2012 -0500 Remove --enable-omitfp support --- sysdeps/i386/i686/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysdeps/i386') diff --git a/sysdeps/i386/i686/Makefile b/sysdeps/i386/i686/Makefile index e3a3201c4b..311042787b 100644 --- a/sysdeps/i386/i686/Makefile +++ b/sysdeps/i386/i686/Makefile @@ -4,11 +4,9 @@ stack-align-test-flags += -msse CFLAGS-.o += -Wa,-mtune=i686 CFLAGS-.os += -Wa,-mtune=i686 CFLAGS-.op += -Wa,-mtune=i686 -CFLAGS-.og += -Wa,-mtune=i686 CFLAGS-.oS += -Wa,-mtune=i686 ASFLAGS-.o += -Wa,-mtune=i686 ASFLAGS-.os += -Wa,-mtune=i686 ASFLAGS-.op += -Wa,-mtune=i686 -ASFLAGS-.og += -Wa,-mtune=i686 ASFLAGS-.oS += -Wa,-mtune=i686 -- cgit v1.2.3