Closed
Bug 678722
Opened 14 years ago
Closed 14 years ago
linux-mobile should use gcc-4.5
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: jhford)
Details
(Whiteboard: [mobile])
Attachments
(1 file)
|
90.79 KB,
image/png
|
Details |
... since we use it for desktop platforms.
| Assignee | ||
Comment 1•14 years ago
|
||
Hmm, since that toolchain is already deployed to prod+try, we could do a try build to test this. I will push a changeset to try in a bit
Assignee: nobody → jhford
| Assignee | ||
Comment 2•14 years ago
|
||
pushed
[jhford@johnford ~]$ hg clone http://hg.mozilla.org/mozilla-central
destination directory: mozilla-central
requesting all changes
adding changesets
adding manifests
adding file changes
added 75306 changesets with 353060 changes to 78523 files (+7 heads)
updating to branch default
50509 files updated, 0 files merged, 0 files removed, 0 files unresolved
[jhford@johnford ~]$ cd mozilla-central/
You have new mail in /var/spool/mail/jhford
[jhford@johnford mozilla-central]$ vim mozconfig-extra-linux-mobile
[jhford@johnford mozilla-central]$ cat !$
cat mozconfig-extra-linux-mobile
CC=/tools/gcc-4.5/bin/gcc
CXX=/tools/gcc-4.5/bin/g++
# Avoid dependency on libstdc++ 4.5
ac_add_options --enable-stdcxx-compat
[jhford@johnford mozilla-central]$ hg add !$
hg add mozconfig-extra-linux-mobile
[jhford@johnford mozilla-central]$ hg commit -m 'test try: -b do -p linux-mobile -u none -t none'
[jhford@johnford mozilla-central]$ hg push -f ssh://hg.mozilla.org/try
pushing to ssh://hg.mozilla.org/try
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 1 changes to 1 files (+1 heads)
remote: Looks like you used try syntax, going ahead with the push.
remote: If you don't get what you expected, check http://people.mozilla.org/~lsblakk/trychooser/ for help with building your trychooser request.
remote: Thanks for helping save resources, you're the best!
remote: Trying to insert into pushlog.
remote: Please do not interrupt...
remote: Inserted into the pushlog db successfully.
| Assignee | ||
Comment 3•14 years ago
|
||
| Assignee | ||
Comment 4•14 years ago
|
||
This screenshot shows that it is working and that the compiler used was gcc-4.5
| Assignee | ||
Comment 5•14 years ago
|
||
Mark, should we make this change?
| Assignee | ||
Comment 6•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•