From f9ade13d14aa7cbe584a44d5a3a198525073f25d Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Mon, 8 Apr 2013 12:51:25 +0200 Subject: [PATCH] --- yaml --- r: 373707 b: refs/heads/master c: ff4eb04c88588118a4c0f0b8308c9c475f3bc9fe h: refs/heads/master i: 373705: c5e09c1abae6cc6ab93c93c4f687774900cc264d 373703: ce40ccddb1c9edb9dbcba5db2e18a4cd0d94a0de v: v3 --- [refs] | 2 +- trunk/Documentation/kbuild/makefiles.txt | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 19c8f9080b39..d57326c1c467 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 987d0c8e9ded8d43843d602b6ab890d14745690f +refs/heads/master: ff4eb04c88588118a4c0f0b8308c9c475f3bc9fe diff --git a/trunk/Documentation/kbuild/makefiles.txt b/trunk/Documentation/kbuild/makefiles.txt index 5198b742fde1..020bb67586ef 100644 --- a/trunk/Documentation/kbuild/makefiles.txt +++ b/trunk/Documentation/kbuild/makefiles.txt @@ -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