Skip to content
Snippets Groups Projects
Commit 225f00eb authored by Jeremy Rand's avatar Jeremy Rand Committed by boklm
Browse files

Bug 32355: gcc: Add osname to output filename

Makes it easier to tell which outputs are for linux-cross.
parent 25d02d5d
No related branches found
No related tags found
No related merge requests found
# vim: filetype=yaml sw=2
filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
filename: '[% project %]-[% c("version") %]-[% IF c("var/linux-cross") %][% c("var/osname") %][% ELSE %]x86[% END %]-[% c("var/build_id") %].tar.gz'
# Note: When updating the gcc version, if this includes a libstdc++
# ABI change we should also update projects/firefox/abicheck.cc to
# require the new version.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment