This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Top-level Makefile
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: gcc at gcc dot gnu dot org
- Date: Thu, 29 Nov 01 08:52:38 EST
- Subject: Top-level Makefile
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.