diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -281,7 +281,7 @@ export quiet Q KBUILD_VERBOSE | |||
281 | # See documentation in Documentation/kbuild/makefiles.txt | 281 | # See documentation in Documentation/kbuild/makefiles.txt |
282 | 282 | ||
283 | # cc-option | 283 | # cc-option |
284 | # Usage: cflags-y += $(call gcc-option, -march=winchip-c6, -march=i586) | 284 | # Usage: cflags-y += $(call cc-option, -march=winchip-c6, -march=i586) |
285 | 285 | ||
286 | cc-option = $(shell if $(CC) $(CFLAGS) $(1) -S -o /dev/null -xc /dev/null \ | 286 | cc-option = $(shell if $(CC) $(CFLAGS) $(1) -S -o /dev/null -xc /dev/null \ |
287 | > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi ;) | 287 | > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi ;) |