This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/52847] "case" shell quoting problem in top-level makefile
- From: "skunk at iskunk dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 01 May 2012 23:01:28 +0000
- Subject: [Bug bootstrap/52847] "case" shell quoting problem in top-level makefile
- Auto-submitted: auto-generated
- References: <bug-52847-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52847
--- Comment #3 from Daniel Richard G. <skunk at iskunk dot org> 2012-05-01 23:01:28 UTC ---
(In reply to comment #1)
> You should not need -mminimal-toc because of this toplevel makefile part.
Ah, good to know. If I don't set -mminimal-toc in CC, I see this when larger
executables are being linked...
ld: 0711-783 WARNING: TOC overflow. TOC size: 474420 Maximum size: 65536
Extra instructions are being generated for each reference to a TOC
symbol if the symbol is in the TOC overflow area.
...but the warning is non-fatal, and bootstrapping is otherwise unaffected.