Date: Thu, 17 Oct 2013 23:22:56 +0400 From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: Max Brazhnikov <makc@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r330501 - head/deskutils/qrfcview Message-ID: <20131017192256.GG62015@hades.panopticon> In-Reply-To: <1651195.G2FJH9mVfi@mercury.ph.man.ac.uk> References: <201310161249.r9GCnSFP011838@svn.freebsd.org> <6743535.ClJ6S9ZKtj@mercury.ph.man.ac.uk> <20131017161416.GA62015@hades.panopticon> <1651195.G2FJH9mVfi@mercury.ph.man.ac.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
* Max Brazhnikov (makc@freebsd.org) wrote: > I suppose your c++ is actually g++ It may be, it may be not. Anyway, if g++ shows itself in the build, compiler is not respected. Another example: % CC="ccache cc" CXX="ccache c++" make all clean 2>&1 | grep -- -c | head -1 g++ -c -O2 -pipe -march=nocona ... with my qmake.mk patch: % CC="ccache cc" CXX="ccache c++" make all clean 2>&1 | grep -- -c | head -1 ccache c++ -c -O2 -pipe -march=nocona ... > > That's because QMAKEFLAGS contains QMAKE_CC and friends, but > > QMAKE_ARGS from Uses/qmake.mk doesn't. > > it doesn't need to: compiler is already respected via QMAKESPEC, > QMAKE_CC, etc are redundant. No, QMAKESPEC is just a bunch of hardcoded values - it respects nothing. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131017192256.GG62015>