Merge lp:~michaelh1/crosstool-ng/add-o2 into lp:~linaro-toolchain-dev/crosstool-ng/linaro

Proposed by Michael Hope
Status: Merged
Merge reported by: Michael Hope
Merged at revision: not available
Proposed branch: lp:~michaelh1/crosstool-ng/add-o2
Merge into: lp:~linaro-toolchain-dev/crosstool-ng/linaro
Diff against target: 24 lines (+2/-2)
2 files modified
contrib/linaro/win32installer/setup.sh (+1/-1)
scripts/crosstool-NG.sh.in (+1/-1)
To merge this branch: bzr merge lp:~michaelh1/crosstool-ng/add-o2
Reviewer Review Type Date Requested Status
Linaro Toolchain Developers Pending
Review via email: mp+134013@code.launchpad.net

This proposal supersedes a proposal from 2012-11-12.

Description of the change

scripts: set default CFLAGS.

  Our extra CFLAGS override the product defaults, meaning that we build
  without optimisation or debug. Be explicit and add these in.

To post a comment you must log in.
Revision history for this message
Michael Hope (michaelh1) wrote : Posted in a previous version of this proposal

cbuild has taken a snapshot of this branch at r2511 and queued it for build.

The diff against the ancestor r2510 is available at:
 http://builds.linaro.org/toolchain/snapshots/crosstool-ng-linaro-1.13.1+bzr2511~michaelh1~add-o2.diff

and will be built on the following builders:
 i686-lucid

You can track the build queue at:
 http://ex.seabright.co.nz/helpers/scheduler

cbuild-snapshot: crosstool-ng-linaro-1.13.1+bzr2511~michaelh1~add-o2
cbuild-ancestor: lp:~linaro-toolchain-dev/crosstool-ng/linaro+bzr2510
cbuild-state: check

Revision history for this message
Michael Hope (michaelh1) wrote :

cbuild has taken a snapshot of this branch at r2512 and queued it for build.

The diff against the ancestor r2510 is available at:
 http://builds.linaro.org/toolchain/snapshots/crosstool-ng-linaro-1.13.1+bzr2512~michaelh1~add-o2.diff

and will be built on the following builders:
 i686-lucid

You can track the build queue at:
 http://ex.seabright.co.nz/helpers/scheduler

cbuild-snapshot: crosstool-ng-linaro-1.13.1+bzr2512~michaelh1~add-o2
cbuild-ancestor: lp:~linaro-toolchain-dev/crosstool-ng/linaro+bzr2510
cbuild-state: check

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'contrib/linaro/win32installer/setup.sh'
2--- contrib/linaro/win32installer/setup.sh 2012-02-20 02:46:23 +0000
3+++ contrib/linaro/win32installer/setup.sh 2012-11-13 00:26:19 +0000
4@@ -8,7 +8,7 @@
5 rm -rf $DEST
6 mkdir -p $DEST
7
8-mirror=http://people.linaro.org/~toolchain/mirror/
9+mirror=https://launchpad.net/linaro-toolchain-binaries/support/01/+download/
10 INSTALLJAMMER=installjammer-1.3-snapshot.tar.gz
11
12 pushd $DEST
13
14=== modified file 'scripts/crosstool-NG.sh.in'
15--- scripts/crosstool-NG.sh.in 2012-03-23 05:22:58 +0000
16+++ scripts/crosstool-NG.sh.in 2012-11-13 00:26:19 +0000
17@@ -488,7 +488,7 @@
18 fi
19
20 # Help gcc
21- CT_CFLAGS_FOR_HOST=
22+ CT_CFLAGS_FOR_HOST="-O2 -g"
23 [ "${CT_USE_PIPES}" = "y" ] && CT_CFLAGS_FOR_HOST+=" -pipe"
24 CT_CFLAGS_FOR_HOST+=" ${CT_EXTRA_FLAGS_FOR_HOST}"
25

Subscribers

People subscribed via source and target branches