This is the mail archive of the gcc@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] | |
From: DJ Delorie <dj@redhat.com> To: snmptoddler@hotmail.com CC: gcc@gcc.gnu.org Subject: Re: g++ "loosing" options Date: Tue, 1 Oct 2002 19:48:49 -0400 > /usr/local/bin/g++ ... -mt ... > cc1plus: Invalid option `t' It's the "-mt" option. -m* options are always passed to the compiler pass, which then strips the -m part.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |