From 9001658b18d6de89cdd7683805b769307f5398b9 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 17 Oct 2009 21:13:41 +0000 Subject: [PATCH] Include new script gcc-x86_32-has-stack-protector.sh svn path=/dists/trunk/linux-kbuild-2.6/; revision=14401 --- debian/changelog | 4 ++++ scripts/Makefile | 1 + 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index fae832077..f4bd22fbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ linux-kbuild-2.6 (2.6.31-1~experimental.1) UNRELEASED; urgency=low + [ Bastian Blank ] * New upstream version. + [ Ben Hutchings ] + * Include new script gcc-x86_32-has-stack-protector.sh. + -- Bastian Blank Sat, 25 Jul 2009 11:46:23 +0200 linux-kbuild-2.6 (2.6.30-1) unstable; urgency=low diff --git a/scripts/Makefile b/scripts/Makefile index 7359e5e4f..5479aa4bb 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -19,6 +19,7 @@ SCRIPTS = \ checkstack.pl \ checkversion.pl \ gcc-version.sh \ + gcc-x86_32-has-stack-protector.sh \ gcc-x86_64-has-stack-protector.sh \ gen_initramfs_list.sh \ kernel-doc \