freebsd-skq/sys/dev/aic7xxx/aicasm
dim b6d1e7df8e Fix build of aicasm when CC=clang. This was due to a side-effect of the
EARLY_BUILD macro: the -Qunused-arguments flag isn't passed anymore when
building this particular program.  However, with clang 3.1 and -Werror,
such unused argument warnings are flagged as errors, causing buildkernel
to fail at this stage, due to the -nostdinc flag passed during linking.
Since the -nostdinc flag isn't actually needed, just remove it.

X-MFC-With:	r236528
2012-06-04 20:36:11 +00:00
..
aicasm_gram.y Improve portability #defines for compiling aicasm on other systems. 2011-07-15 00:36:47 +00:00
aicasm_insformat.h
aicasm_macro_gram.y Improve portability #defines for compiling aicasm on other systems. 2011-07-15 00:36:47 +00:00
aicasm_macro_scan.l Add "%option noinput" to aicasm_scan.l and aicasm_macro_scan.l, so no 2011-12-16 00:04:28 +00:00
aicasm_scan.l Add "%option noinput" to aicasm_scan.l and aicasm_macro_scan.l, so no 2011-12-16 00:04:28 +00:00
aicasm_symbol.c Follow non-BSD case when GNU/Hurd is detected. 2012-03-25 21:54:36 +00:00
aicasm_symbol.h Improve portability #defines for compiling aicasm on other systems. 2011-07-15 00:36:47 +00:00
aicasm.c Make aicasm compile without warnings if -Wpointer-sign is enabled. 2012-06-04 17:22:43 +00:00
aicasm.h Improve portability #defines for compiling aicasm on other systems. 2011-07-15 00:36:47 +00:00
Makefile Fix build of aicasm when CC=clang. This was due to a side-effect of the 2012-06-04 20:36:11 +00:00