freebsd-dev/sys/dev/aic7xxx/aicasm
Rui Paulo 187278cadc For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in
Makefiles or *.mk files, use ${CC:T:Mfoo} instead, so only the basename
of the compiler command (excluding any arguments) is considered.

This allows you to use, for example, CC="/nondefault/path/clang -xxx",
and still have the various tests in bsd.*.mk identify your compiler as
clang correctly.

ICC if cases were also changed.

Submitted by:	Dimitry Andric <dimitry at andric.com>
2010-08-17 20:39:28 +00:00
..
aicasm_gram.y Correct logic bug in aicasm's undefined register bit access detection code. 2010-07-14 14:31:18 +00:00
aicasm_insformat.h
aicasm_macro_gram.y Code cleanups to make this WARNS=6 clean. 2009-06-01 18:42:16 +00:00
aicasm_macro_scan.l Add missing `void' keywords. 2009-12-30 16:56:50 +00:00
aicasm_scan.l Add missing `void' keywords. 2009-12-30 16:56:50 +00:00
aicasm_symbol.c Add missing `void' keywords. 2009-12-30 16:56:50 +00:00
aicasm_symbol.h Code cleanups to make this WARNS=6 clean. 2009-06-01 18:42:16 +00:00
aicasm.c Add missing `void' keywords. 2009-12-30 16:56:50 +00:00
aicasm.h
Makefile For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in 2010-08-17 20:39:28 +00:00