Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 135745 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile-orig (-6 lines)
Lines 514-525 Link Here
514
# disable pointer signed / unsigned warnings in gcc 4.0
514
# disable pointer signed / unsigned warnings in gcc 4.0
515
CFLAGS += $(call cc-option,-Wno-pointer-sign,)
515
CFLAGS += $(call cc-option,-Wno-pointer-sign,)
516
516
517
# Use --build-id when available.
518
LDFLAGS_BUILD_ID = $(patsubst -Wl$(comma)%,%,\
519
			      $(call ld-option, -Wl$(comma)--build-id,))
520
LDFLAGS_MODULE += $(LDFLAGS_BUILD_ID)
521
LDFLAGS_vmlinux += $(LDFLAGS_BUILD_ID)
522
523
# Default kernel image to build when no specific target is given.
517
# Default kernel image to build when no specific target is given.
524
# KBUILD_IMAGE may be overruled on the command line or
518
# KBUILD_IMAGE may be overruled on the command line or
525
# set in the environment
519
# set in the environment

Return to bug 135745