[Bug other/59365] Configure script does not pass CFLAGS/CXXFLAGS down to subtargets @ stage1

2013-12-02 Thread djfd at mail dot ru
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

[Bug other/59365] Configure script does not pass CFLAGS/CXXFLAGS down to subtargets @ stage1

2013-12-02 Thread djfd at mail dot ru
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

[Bug other/59365] Configure script does not pass CFLAGS/CXXFLAGS down to subtargets @ stage1

2013-12-02 Thread djfd at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59365 djfd at mail dot ru changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution

[Bug other/59365] Configure script does not pass CFLAGS/CXXFLAGS down to subtargets @ stage1

2013-12-02 Thread djfd at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59365 djfd at mail dot ru changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution

[Bug other/59365] Configure script does not pass CFLAGS/CXXFLAGS down to subtargets @ stage1

2013-12-01 Thread djfd at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59365 djfd at mail dot ru changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution

[Bug other/59365] New: Configure script does not pass CFLAGS/CXXFLAGS down to subtargets @ stage1

2013-12-01 Thread djfd at mail dot ru
: 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