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
..
2012-05-30 14:00:23 +00:00
2012-05-23 06:49:50 +00:00
2012-05-24 22:00:48 +00:00
2012-02-28 15:07:05 +00:00
2012-06-03 07:36:59 +00:00
2012-05-03 08:56:43 +00:00
2012-05-24 11:20:51 +00:00
2012-04-16 10:33:46 +00:00
2012-06-01 18:58:50 +00:00