Message ID | 20141114105222.GA7143@xyzzy.org.uk |
---|---|
State | Accepted, archived |
Headers | show |
Please review me I've pushed this upstream (to gcc eventually) and it has been accepted for future versions. The change remains valid for existing versions.
Bob, On Fri, Dec 5, 2014 at 1:43 AM, Bob Dunlop <bob.dunlop@xyzzy.org.uk> wrote: > Please review me > > I've pushed this upstream (to gcc eventually) and it has been accepted > for future versions. The change remains valid for existing versions. > -- > Bob Dunlop > > -- > For unsubscribe information see http://sourceware.org/lists.html#faq > Interesting, this patch does not cleanly apply: ----------------------------------------------------------------------- Applying patch #410766 using 'git am -s' Description: newlib2 and CFLAGS_FOR_TARGET Applying: newlib2 and CFLAGS_FOR_TARGET error: config/mt-ospace: does not exist in index Patch failed at 0001 newlib2 and CFLAGS_FOR_TARGET The copy of the patch that failed is found in: /home/bryan/crosstool-ng/.git/rebase-apply/patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". ----------------------------------------------------------------------- If you can update the patch(s) as it should be in crosstool-ng/... In other words, you add the patch to the right places, git add the files, git commit (with signoff), and git send-email -cc crossgcc at sourceware dot org --to bryanhundven at gmail dot com Otherwise, if I commit it, then you loose on that stats for the contribution (I get another commit :) ). -Bryan -- For unsubscribe information see http://sourceware.org/lists.html#faq
--- newlib-2.0.0/config/mt-ospace-orig 2014-11-13 12:02:45.463578281 +0000 +++ newlib-2.0.0/config/mt-ospace 2014-11-13 12:03:01.409592374 +0000 @@ -1,3 +1,3 @@ # Build libraries optimizing for space, not speed. - CFLAGS_FOR_TARGET = -g -Os - CXXFLAGS_FOR_TARGET = -g -Os + CFLAGS_FOR_TARGET += -g -Os + CXXFLAGS_FOR_TARGET += -g -Os