perf: Use libiberty, not libbfd, for symbol demangling (Closes: #604750, #606050)

svn path=/dists/trunk/linux-2.6/; revision=16667
This commit is contained in:
Ben Hutchings 2010-12-05 22:23:46 +00:00
parent b4ab36f406
commit cb59f9d9b7
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -43,6 +43,8 @@ linux-2.6 (2.6.37~rc4-1~experimental.1) UNRELEASED; urgency=low
* Enable USB_UAS (USB-attached SCSI) as module
* serial: Enable USB_SERIAL_SAMBA as module
* drm/nouveau: Enable DRM_I2C_SIL164 as module
* perf: Use libiberty, not libbfd, for symbol demangling
(Closes: #604750, #606050)
-- maximilian attems <max@stro.at> Wed, 31 Oct 2010 13:23:11 +0200

2
debian/rules.real vendored
View File

@ -32,7 +32,7 @@ setup_env += DISTRIBUTION_OFFICIAL_BUILD=1 DISTRIBUTION_UPLOADER=$(UPLOADER) DIS
MAKE_CLEAN = $(setup_env) $(MAKE)
MAKE_SELF := $(MAKE) -f debian/rules.real $(MAKEOVERRIDES)
MAKEOVERRIDES =
MAKE_PERF_VARS = prefix=/usr perfexecdir=share/perf_$(VERSION)-core NO_PERL=1 V=2
MAKE_PERF_VARS = prefix=/usr perfexecdir=share/perf_$(VERSION)-core NO_PERL=1 V=2 HAVE_CPLUS_DEMANGLE=1
#
# Targets