(no subject)

From: Tejun Heo (tj_at_home-tj.org)
Date: 09/12/04

  • Next message: Geert Uytterhoeven: "Re: radeon-pre-2"
    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/




  • Next message: Geert Uytterhoeven: "Re: radeon-pre-2"

    Relevant Pages

    • Re: [PATCH] Fix NR_KEYS off-by-one error
      ... > larger types (short or int, ... Probably gcc not warn, I think. ... > You are absolutely correct that overhead is insignificant. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • oops when copying from IDE CD
      ... gcc version 3.3.2 20030908 ... I haven't got any experience in reporting kernel panics, ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)
    • Re: Problems Building Bluetooth with K6 and CONFIG_REGPARM
      ... >>Hi Andy, ... > Sounds like a compiler bug, especially since changing the CPU type fixes ... I was using Debian's GCC 4.0.1-6. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: 2.6.6-rc3: gcc 2.95: cx88 __ucmpdi2 error
      ... > the switch in set_tvaudio. ... It might help to use "objdump" to disassemble the object file and see ... slower and bigger code, it's historically been pretty buggy in gcc, so ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: drivers/block/ub.c
      ... >> Unless I am mistaken, this structure is transfered as such over the bus, ... > It is needed only if the structure elements are such that gcc will ... > not packet them properly on all supported architecutures. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)