unit-at-a-time...

From: Paweł Sikora (pluto_at_pld-linux.org)
Date: 10/31/04

  • Next message: Peter Osterlund: "Re: 2.6.10-rc1 bttv oops in btcx_riscmem_free"
    To: linux-kernel@vger.kernel.org
    Date:	Sun, 31 Oct 2004 15:57:00 +0100
    
    

    Hi,

    /i386/Makefile:# Disable unit-at-a-time mode, it makes gcc use a lot morestack
    /i386/Makefile:CFLAGS += $(call cc-option,-fno-unit-at-a-time)

    /x86_64/Makefile:# -funit-at-a-time shrinks the kernel .text considerably
    /x86_64/Makefile:CFLAGS += $(call cc-option,-funit-at-a-time)

    Which solution is correct?

    -- 
    /* Copyright (C) 2003, SCO, Inc. This is valuable Intellectual Property. */
                               #define say(x) lie(x)
    -
    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: Peter Osterlund: "Re: 2.6.10-rc1 bttv oops in btcx_riscmem_free"