This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: Possible bug introduced during mkcheck.in split?
- To: rittle at rsch dot comm dot mot dot com
- Subject: Re: Possible bug introduced during mkcheck.in split?
- From: Gabriel Dos Reis <gdr at codesourcery dot com>
- Date: 29 Nov 2000 04:40:04 +0100
- Cc: libstdc++ at sources dot redhat dot com
- Organization: CodeSourcery, LLC
- References: <200011290326.VAA90754@latour.rsch.comm.mot.com>
Loren James Rittle <rittle@latour.rsch.comm.mot.com> writes:
| I have found what I believe to be a bug in the separation of
| tests_flags.in from mkcheck.in. Namely, all binaries are now built
| without -static during `make check'.
You analysis is quite right. SH_FLAGS and ST_FLAGS were moved into
tests_flags without being added to LIBS. Fixed shortly.
-- Gaby