Merge lp:~xnox/platform-api/compilers into lp:platform-api

Proposed by Dimitri John Ledkov
Status: Needs review
Proposed branch: lp:~xnox/platform-api/compilers
Merge into: lp:platform-api
Diff against target: 16 lines (+4/-2)
1 file modified
debian/rules (+4/-2)
To merge this branch: bzr merge lp:~xnox/platform-api/compilers
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Ubuntu Phablet Team Pending
Review via email: mp+203971@code.launchpad.net

Commit message

Export, multiarch & cross-compiler safe, defaults to 4.7 gcc compilers.

Description of the change

Export, multiarch & cross-compiler safe, defaults to 4.7 gcc compilers.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
lp:~xnox/platform-api/compilers updated
186. By Dimitri John Ledkov

Use GNU_TYPE prefix on compiler tools, not MULTIARCH, which is wrong one

187. By Dimitri John Ledkov

Mark debian/rules executable

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Unmerged revisions

187. By Dimitri John Ledkov

Mark debian/rules executable

186. By Dimitri John Ledkov

Use GNU_TYPE prefix on compiler tools, not MULTIARCH, which is wrong one

185. By Dimitri John Ledkov

Export, multiarch & cross-compiler safe, defaults to 4.7 gcc compilers.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/rules' (properties changed: -x to +x)
--- debian/rules 2014-01-09 18:52:10 +0000
+++ debian/rules 2014-01-30 16:09:32 +0000
@@ -2,8 +2,10 @@
22
3DPKG_GENSYMBOLS_CHECK_LEVEL = 43DPKG_GENSYMBOLS_CHECK_LEVEL = 4
44
5export C=gcc-4.75include /usr/share/dpkg/default.mk
6export CXX=g++-4.76
7export CC=$(DEB_HOST_GNU_TYPE)-gcc-4.7
8export CXX=$(DEB_HOST_GNU_TYPE)-g++-4.7
79
8%:10%:
9 dh $@11 dh $@

Subscribers

People subscribed via source and target branches