Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61615
b: refs/heads/master
c: 1899119
h: refs/heads/master
i:
  61613: e4784da
  61611: ac58aa7
  61607: 2d82dec
  61599: 609983e
v: v3
  • Loading branch information
Roland McGrath authored and Linus Torvalds committed Jul 19, 2007
1 parent 9e3e8e0 commit b7bdd25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: da1a679cde9b12d6e331f43d2d92a234f2d1f9b0
refs/heads/master: 18991197b4b588255ccabf472ebc84db7b66a19c
6 changes: 6 additions & 0 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,12 @@ CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
# disable pointer signed / unsigned warnings in gcc 4.0
CFLAGS += $(call cc-option,-Wno-pointer-sign,)

# Use --build-id when available.
LDFLAGS_BUILD_ID = $(patsubst -Wl$(comma)%,%,\
$(call ld-option, -Wl$(comma)--build-id,))
LDFLAGS_MODULE += $(LDFLAGS_BUILD_ID)
LDFLAGS_vmlinux += $(LDFLAGS_BUILD_ID)

# Default kernel image to build when no specific target is given.
# KBUILD_IMAGE may be overruled on the command line or
# set in the environment
Expand Down

0 comments on commit b7bdd25

Please sign in to comment.