Date: Sun, 20 May 2012 18:34:16 +0100 From: Bruce Cran <bruce@cran.org.uk> To: freebsd-toolchain <freebsd-toolchain@freebsd.org> Subject: WITH_CLANG_IS_CC and unrecognized command line options Message-ID: <4FB92B18.7050003@cran.org.uk>
next in thread | raw e-mail | index | archive | help
I've done a fresh install of FreeBSD 9.0, upgraded to 10-CURRENT and have just tried doing a rebuild with CLANG_IS_CC=yes in src.conf. However there's an error building ncurses: cc: unrecognized option '-Qunused-arguments' cc: unrecognized option '-Qunused-arguments' cc1: error: unrecognized command line option "-Wno-empty-body" cc1: error: unrecognized command line option "-Wno-string-plus-int" cc1: error: unrecognized command line option "-Wno-tautological-compare" cc1: error: unrecognized command line option "-Wno-parentheses-equality" cc1: error: unrecognized command line option "-Wno-empty-body" cc1: error: unrecognized command line option "-Wno-string-plus-int" cc1: error: unrecognized command line option "-Wno-tautological-compare" cc1: error: unrecognized command line option "-Wno-parentheses-equality" *** [make_hash] Error code 1 *** [make_keys] Error code 1 Is there some configuration I've missed? -- Bruce Cran
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FB92B18.7050003>