diff options
author | Peter Gavin <pete@gentoo.org> | 2001-05-24 01:31:35 +0000 |
---|---|---|
committer | Peter Gavin <pete@gentoo.org> | 2001-05-24 01:31:35 +0000 |
commit | 99b4ac9ee1e91130a0148eec3e90847f77ab6aed (patch) | |
tree | f5c21d71be095d01923a0f4e9a8d5b3cd0d3bec6 /sys-kernel | |
parent | *** empty log message *** (diff) | |
download | historical-99b4ac9ee1e91130a0148eec3e90847f77ab6aed.tar.gz historical-99b4ac9ee1e91130a0148eec3e90847f77ab6aed.tar.bz2 historical-99b4ac9ee1e91130a0148eec3e90847f77ab6aed.zip |
more fixes to linux-sources-2.4.4-r5
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/linux-sources/files/2.4.4-r5/linux-xfs-noomitfp.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-kernel/linux-sources/files/2.4.4-r5/linux-xfs-noomitfp.diff b/sys-kernel/linux-sources/files/2.4.4-r5/linux-xfs-noomitfp.diff deleted file mode 100644 index 5e71c2616a2c..000000000000 --- a/sys-kernel/linux-sources/files/2.4.4-r5/linux-xfs-noomitfp.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur linux-2.4.4-omitfp/Makefile linux-2.4.4-noomitfp/Makefile ---- linux-2.4.4-omitfp/Makefile Mon May 21 22:05:47 2001 -+++ linux-2.4.4-noomitfp/Makefile Mon May 21 22:37:58 2001 -@@ -105,7 +105,7 @@ - CPPFLAGS := -D__KERNEL__ -I$(HPATH) - CPPFLAGS += $(patsubst %,-I%,$(CROSS_COMPILE_INC)) - --CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -+CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -O2 -fno-strict-aliasing - ifndef CONFIG_FRAME_POINTER - CFLAGS += -fomit-frame-pointer - endif |