Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72015
b: refs/heads/master
c: 631bcfb
h: refs/heads/master
i:
  72013: e7a79a7
  72011: fb15a80
  72007: 7e64ffc
  71999: 969f3b3
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Sam Ravnborg committed Oct 22, 2007
1 parent 4bc483a commit d052bce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: d8d2e78a061e1ace98544b100b7837c620fbb950
refs/heads/master: 631bcfbbc5be0d778a2513988a56e5bd53bfb495
10 changes: 5 additions & 5 deletions trunk/Documentation/kbuild/makefiles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -519,17 +519,17 @@ more details, with real examples.
to the user why it stops.

cc-cross-prefix
cc-cross-prefix is used to check if there exist a $(CC) in path with
cc-cross-prefix is used to check if there exists a $(CC) in path with
one of the listed prefixes. The first prefix where there exist a
prefix$(CC) in the PATH is returned - and if no prefix$(CC) is found
then nothing is returned.
Additional prefixes are separated by a single space in the
call of cc-cross-prefix.
This functionality is usefull for architecture Makefile that try
to set CROSS_COMPILE to well know values but may have several
This functionality is useful for architecture Makefiles that try
to set CROSS_COMPILE to well-known values but may have several
values to select between.
It is recommended only to try to set CROSS_COMPILE is it is a cross
build (host arch is different from target arch). And is CROSS_COMPILE
It is recommended only to try to set CROSS_COMPILE if it is a cross
build (host arch is different from target arch). And if CROSS_COMPILE
is already set then leave it with the old value.

Example:
Expand Down

0 comments on commit d052bce

Please sign in to comment.