(no subject)
From: Tejun Heo (tj_at_home-tj.org)
Date: 09/12/04
- Previous message: Wolfpaw - Dale Corse: "RE: Linux 2.4.27 SECURITY BUG - TCP Local (probable Remote) Denial of Service"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 12 Sep 2004 18:13:46 +0900 To: linux-kernel@vger.kernel.org
Hello, I'm attaching two patches for the top Makefile.
The first patch modifies LOCALVERSION definition such taht it uses
patsubst instead of subst to remove surrounding double quotes from
CONFIG_LOCALVERSION. This helps syntax-highlighting editors.
The second patch addes -fno-omit-frame-pointer to CFLAGS when
CONFIG_FRAME_POINTER is set. My gcc (gcc-3.3.4 Debian 1:3.3.4-11)
automatically turns on -fomit-frame-pointer when -O2 is specified and
thus breaks CONFIG_FRAME_POINTER option. I'm not sure if other
versions of gcc wouldn't choke with -fno-omit-frame-pointer. My 2.95
(2.95.4) seems to be OK though.
-- tejun
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- text/plain attachment: patsubst_localversion.patch
- text/plain attachment: noomitframepointer.patch
- Previous message: Wolfpaw - Dale Corse: "RE: Linux 2.4.27 SECURITY BUG - TCP Local (probable Remote) Denial of Service"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|