From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24013 invoked by alias); 1 Oct 2002 23:48:52 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 24006 invoked from network); 1 Oct 2002 23:48:51 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 1 Oct 2002 23:48:51 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g91NU5i00403; Tue, 1 Oct 2002 19:30:05 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g91Nmof18294; Tue, 1 Oct 2002 19:48:50 -0400 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g91Nmow21233; Tue, 1 Oct 2002 19:48:50 -0400 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id g91NmnT28635; Tue, 1 Oct 2002 19:48:49 -0400 Date: Tue, 01 Oct 2002 17:38:00 -0000 Message-Id: <200210012348.g91NmnT28635@greed.delorie.com> From: DJ Delorie To: snmptoddler@hotmail.com CC: gcc@gcc.gnu.org In-reply-to: (snmptoddler@hotmail.com) Subject: Re: g++ "loosing" options References: X-SW-Source: 2002-10/txt/msg00069.txt.bz2 > /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.