Date: Wed, 23 Feb 2011 21:17:38 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/librt Makefile Message-ID: <201102232117.p1NLHwTH013901@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dim 2011-02-23 21:17:38 UTC FreeBSD src repository Modified files: lib/librt Makefile Log: SVN rev 218984 on 2011-02-23 21:17:38Z by dim Fix the 32-bit build stage on amd64 when WITH_CTF is enabled. It seems ctfconvert will corrupt object files that are compiled with -g, if it is not run with -g itself. To fix it, remove -g from CFLAGS in lib/librt/Makefile. If you need to compile this library with debug info, use DEBUG_FLAGS=-g instead, which will work correctly, even when using WITH_CTF. Revision Changes Path 1.10 +1 -1 src/lib/librt/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102232117.p1NLHwTH013901>