|
Message-ID: <20121026215930.GJ24157@port70.net> Date: Fri, 26 Oct 2012 23:59:30 +0200 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: Re: [RFC] pcc support for configure * Rich Felker <dalias@...ifal.cx> [2012-10-26 16:35:23 -0400]: > > +test -z "$LIBCC" && tryldflag LIBCC `$CC -print-file-name=libpcc.a || true` > > This was replaced with a simple test for -lpcc, which works with my > version of pcc. See the comments in the commit and let me know if it > doesn't work for you. > even with -nostdlib ? here pcc -nostdlib -lpcc main.o fails but pcc -lpcc main.o works (-nostdlib removes all -L search path even those where -lpcc can be found and the configure script uses -nostdlib for testing ldflags)
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.