Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373707
b: refs/heads/master
c: ff4eb04
h: refs/heads/master
i:
  373705: c5e09c1
  373703: ce40ccd
v: v3
  • Loading branch information
Paul Bolle authored and Michal Marek committed Apr 8, 2013
1 parent b6a5f39 commit f9ade13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 987d0c8e9ded8d43843d602b6ab890d14745690f
refs/heads/master: ff4eb04c88588118a4c0f0b8308c9c475f3bc9fe
5 changes: 3 additions & 2 deletions trunk/Documentation/kbuild/makefiles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -921,8 +921,9 @@ When kbuild executes, the following steps are followed (roughly):
Often, the KBUILD_CFLAGS variable depends on the configuration.

Example:
#arch/x86/Makefile
cflags-$(CONFIG_M386) += -march=i386
#arch/x86/boot/compressed/Makefile
cflags-$(CONFIG_X86_32) := -march=i386
cflags-$(CONFIG_X86_64) := -mcmodel=small
KBUILD_CFLAGS += $(cflags-y)

Many arch Makefiles dynamically run the target C compiler to
Expand Down

0 comments on commit f9ade13

Please sign in to comment.