summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/realpath.c
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2012-06-04 20:36:11 +0000
committerdim <dim@FreeBSD.org>2012-06-04 20:36:11 +0000
commitb6d1e7df8efbcc80e4e9a159132cc63be7231197 (patch)
tree37e8eb83cc77932267bb2bc2632a021be22fb838 /lib/libc/stdlib/realpath.c
parent6c78422cc55423c6d023c8d5c85b2a445d2f1b14 (diff)
downloadFreeBSD-src-b6d1e7df8efbcc80e4e9a159132cc63be7231197.zip
FreeBSD-src-b6d1e7df8efbcc80e4e9a159132cc63be7231197.tar.gz
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
Diffstat (limited to 'lib/libc/stdlib/realpath.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud