[!x86] Disable USELIB, only needed by libc5

svn path=/dists/trunk/linux/; revision=21712
This commit is contained in:
Ben Hutchings 2014-08-09 17:23:24 +00:00
parent 6c0dcc12a5
commit 65990f8495
3 changed files with 3 additions and 0 deletions

1
debian/changelog vendored
View File

@ -22,6 +22,7 @@ linux (3.16-1~exp1) UNRELEASED; urgency=medium
(Closes: #756998)
* [armhf] touchscreen: Enable TOUCHSCREEN_SUN4I as module (Closes: #757086)
* [armel/kirkwood] Change IPV6 to module to reduce kernel image size
* [!x86] Disable USELIB, only needed by libc5
-- Aurelien Jarno <aurel32@debian.org> Thu, 31 Jul 2014 20:56:06 +0200

View File

@ -4687,6 +4687,7 @@ CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
CONFIG_CROSS_MEMORY_ATTACH=y
CONFIG_FHANDLE=y
# CONFIG_USELIB is not set
CONFIG_AUDIT=y
CONFIG_AUDITSYSCALL=y
CONFIG_BSD_PROCESS_ACCT=y

View File

@ -1707,6 +1707,7 @@ CONFIG_PSTORE=y
##
## file: init/Kconfig
##
CONFIG_USELIB=y
## choice: Cputime accounting
# CONFIG_IRQ_TIME_ACCOUNTING is not set
## end choice