From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3635 invoked by alias); 29 Nov 2001 13:58:14 -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 3589 invoked from network); 29 Nov 2001 13:58:12 -0000 Received: from unknown (HELO vlsi1.ultra.nyu.edu) (128.122.140.213) by hostedprojects.ges.redhat.com with SMTP; 29 Nov 2001 13:58:12 -0000 Received: by vlsi1.ultra.nyu.edu (4.1/1.34) id AA21968; Thu, 29 Nov 01 08:52:38 EST Date: Wed, 21 Nov 2001 14:00:00 -0000 From: kenner@vlsi1.ultra.nyu.edu (Richard Kenner) Message-Id: <10111291352.AA21968@vlsi1.ultra.nyu.edu> To: gcc@gcc.gnu.org Subject: Top-level Makefile X-SW-Source: 2001-11/txt/msg01043.txt.bz2 I tried it and it seemed to build GCC with -O2 in the initial directory. This seems wrong since you want to be able to debug that one easily. It's the ones built during bootstrap that should be -O2. So it seems you need to do "make" in the gcc directory *first* and then do the top-level make. Is that correct? BTW, my configure for libstdc++v3 is still running and it's been over an hour and 45 minutes. From mboxrd@z Thu Jan 1 00:00:00 1970 From: kenner@vlsi1.ultra.nyu.edu (Richard Kenner) To: gcc@gcc.gnu.org Subject: Top-level Makefile Date: Thu, 29 Nov 2001 05:58:00 -0000 Message-ID: <10111291352.AA21968@vlsi1.ultra.nyu.edu> X-SW-Source: 2001-11/msg01544.html Message-ID: <20011129055800.4BinLZHDVqOz9-SRZLvUM1M54PFyl3bX_kFncmvXokk@z> I tried it and it seemed to build GCC with -O2 in the initial directory. This seems wrong since you want to be able to debug that one easily. It's the ones built during bootstrap that should be -O2. So it seems you need to do "make" in the gcc directory *first* and then do the top-level make. Is that correct? BTW, my configure for libstdc++v3 is still running and it's been over an hour and 45 minutes.