Author: maks Date: Sat Jun 9 08:39:35 2007 New Revision: 8947 Log: CC_STACKPROTECTOR is currently amd64 specific, put the option there.
Modified: dists/trunk/linux-2.6/debian/arch/amd64/config dists/trunk/linux-2.6/debian/arch/config Modified: dists/trunk/linux-2.6/debian/arch/amd64/config ============================================================================== --- dists/trunk/linux-2.6/debian/arch/amd64/config (original) +++ dists/trunk/linux-2.6/debian/arch/amd64/config Sat Jun 9 08:39:35 2007 @@ -21,6 +21,7 @@ CONFIG_SWIOTLB=y CONFIG_X86_MCE=y CONFIG_X86_MCE_INTEL=y +# CONFIG_CC_STACKPROTECTOR is not set CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_IRQ_PROBE=y CONFIG_ISA_DMA_API=y Modified: dists/trunk/linux-2.6/debian/arch/config ============================================================================== --- dists/trunk/linux-2.6/debian/arch/config (original) +++ dists/trunk/linux-2.6/debian/arch/config Sat Jun 9 08:39:35 2007 @@ -1629,7 +1629,6 @@ CONFIG_TOUCHSCREEN_PENMOUNT=m CONFIG_GFS2_FS_LOCKING_NOLOCK=m CONFIG_PATA_EFAR=m -# CONFIG_CC_STACKPROTECTOR is not set CONFIG_ASUS_LAPTOP=m CONFIG_MSI_LAPTOP=m CONFIG_SONY_LAPTOP=m _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

