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.