This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On Mon, Feb 06, 2006 at 12:41:28PM +0000, Nick Clifton wrote:
Right - this is really the point. The configure tests used by
libstdc++-v3 appear to include checking to make sure that the compiler
can compile and link an executable. I do not know enough about
configure to know how to stop this link test and I was not sure what
gcc's policy actually was. I guessed that the policy was that any gcc
compiler should be able to link together an executable without needing
any special command line options, or that if it couldn't do this, then
it would issue an informative error message telling the user what was
needed. eg:
"gcc required one of -mfreebfd, -mads, ... to be specified on the command line before it can create an executable."
Or default to one of them (probably -msim)?
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |