Date: Sat, 2 Jul 2011 17:11:51 +0200 From: Robert Millan <rmh@debian.org> To: freebsd-hackers@freebsd.org, Ed Maste <emaste@freebsd.org>, obrien@freebsd.org Subject: [PATCH] Remove -nostdinc in aicasm Message-ID: <CAOfDtXNRwaa8VrnhXZsgFb3uPTFPxZYXtLWX3WHMAq8PQaP7Wg@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
--bcaec520f191c018d904a7178ddd Content-Type: text/plain; charset=UTF-8 The userland aicasm utility in sys/dev/aic7xxx/aicasm/Makefile is being built with "-nostdinc -I/usr/include" options. Unfortunately this breaks building aicasm on systems using the upstream version of GCC, where "-nostdinc" disables more search directories than are enabled by "-I/usr/include". This was introduced by obrien (CCed) in 2002, apparently to remove a warning. I've verified that removing it doesn't produce any warnings on FreeBSD 9-CURRENT environment. Please consider this patch to remove -nostdinc in that file. -- Robert Millan --bcaec520f191c018d904a7178ddd Content-Type: text/plain; charset=US-ASCII; name="aicasm_nostdinc.diff" Content-Disposition: attachment; filename="aicasm_nostdinc.diff" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gpmpmmwb0 SW5kZXg6IHN5cy9kZXYvYWljN3h4eC9haWNhc20vTWFrZWZpbGUKPT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gc3lz L2Rldi9haWM3eHh4L2FpY2FzbS9NYWtlZmlsZQkocmV2aXNpb24gMjIzNzIxKQorKysgc3lzL2Rl di9haWM3eHh4L2FpY2FzbS9NYWtlZmlsZQkod29ya2luZyBjb3B5KQpAQCAtMjQsOCArMjQsNyBA QAogREVQRU5ERklMRT0JLmRlcGVuZF9haWNhc20KIC5lbmRpZgogCi1OT1NURElOQz0JLW5vc3Rk aW5jCi1DRkxBR1MrPSAke05PU1RESU5DfSAtSS91c3IvaW5jbHVkZSAtSS4KK0NGTEFHUys9IC1J LgogLmlmZGVmIE1BS0VTUkNQQVRICiBDRkxBR1MrPSAtSSR7TUFLRVNSQ1BBVEh9CiAuZW5kaWYK --bcaec520f191c018d904a7178ddd--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOfDtXNRwaa8VrnhXZsgFb3uPTFPxZYXtLWX3WHMAq8PQaP7Wg>