Fwd: [parisc-linux-cvs] linux varenet
Thibaut VARÈNE
varenet@esiee.fr
Fri, 20 Jun 2003 15:54:30 +0200
here's the patch
Index: Makefile
===================================================================
RCS file: /var/cvs/linux/Makefile,v
retrieving revision 1.395
retrieving revision 1.396
diff -u -p -u -r1.395 -r1.396
--- Makefile 7 May 2003 17:20:28 -0000 1.395
+++ Makefile 20 Jun 2003 12:30:06 -0000 1.396
@@ -22,7 +22,7 @@ HPATH = $(TOPDIR)/include
FINDHPATH = $(HPATH)/asm $(HPATH)/linux $(HPATH)/scsi
$(HPATH)/net $(HPATH)/math-emu
HOSTCC = gcc
-HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
+HOSTCFLAGS = -Wall -Wstrict-prototypes -O2
CROSS_COMPILE =
@@ -216,7 +216,7 @@ DRIVERS := $(DRIVERS-y)
# files removed with 'make clean'
CLEAN_FILES = \
kernel/ksyms.lst include/linux/compile.h \
- vmlinux System.map \
+ vmlinux System.map lifimage \
.tmp* \
drivers/char/consolemap_deftbl.c drivers/video/promcon_tbl.c \
drivers/char/conmakehash \
Index: arch/parisc/config.in
===================================================================
RCS file: /var/cvs/linux/arch/parisc/config.in,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- arch/parisc/config.in 2 May 2003 18:09:48 -0000 1.45
+++ arch/parisc/config.in 20 Jun 2003 12:30:06 -0000 1.46
@@ -193,6 +193,7 @@ comment 'Kernel hacking'
#bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC
bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
bool 'Debug spinlocks' CONFIG_DEBUG_SPINLOCK
+bool 'Compile kernel with frame pointers' CONFIG_FRAME_POINTER
endmenu
source lib/Config.in
Début du message réexpédié :
> De: varenet@parisc-linux.org (Thibaut Varene)
> Date: Ven 20 jun 2003 14:30:07 Europe/Paris
> À: parisc-linux-cvs@lists.parisc-linux.org
> Objet: [parisc-linux-cvs] linux varenet
> Répondre à: parisc-linux@lists.parisc-linux.org
>
> CVSROOT: /var/cvs
> Module name: linux
> Changes by: varenet 03/06/20 06:30:07
>
> Modified files:
> . : Makefile
> arch/parisc : config.in
>
> Log message:
> added Compile kernel with frame pointer option
> now removes lifimage on make clean
>
> _______________________________________________
> parisc-linux-cvs mailing list
> parisc-linux-cvs@lists.parisc-linux.org
> http://lists.parisc-linux.org/mailman/listinfo/parisc-linux-cvs
>