http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59365
djfd at mail dot ru changed:
What|Removed |Added
Resolution|WORKSFORME |FIXED
--- Comment #10 from djfd at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59365
--- Comment #7 from djfd at mail dot ru ---
just noticed. there is ./config/mt-ospace file with the contents
# Build libraries optimizing for space, not speed.
CFLAGS_FOR_TARGET = -g -Os
CXXFLAGS_FOR_TARGET = -g -Os
it is resulting to next
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59365
djfd at mail dot ru changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59365
djfd at mail dot ru changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59365
djfd at mail dot ru changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution
: minor
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: djfd at mail dot ru
Hi,
If I confgure gcc build with CFLAGS/CXXFLAGS set to custom values, these are
not propagate down to subtargets (to gcc @ stage1, particularly).
how to