commit | 2fe911ac795eb560f6d83118e227698b458e074a | [log] [tgz] |
---|---|---|
author | Andrew Hsieh <andrewhsieh@google.com> | Thu Mar 21 19:17:27 2013 -0700 |
committer | Andrew Hsieh <andrewhsieh@google.com> | Thu Mar 21 19:24:30 2013 -0700 |
tree | 075301c5e51b72a89c335027f534a9c8306c0664 | |
parent | 6fbccb00602cd0bc3538ef4e3c37b8de5d79a0b0 [diff] |
Exclude ld.mcld from GCC package ld.mcld is built along with llvm-3.2 because it use LLVM as STL. It is then deployed/packaged to GCC directories via deploy-host-mcld.sh If we call build-gcc.sh again ld.mcld can be packaged with GCC by accident. This is normally okay because package-release.sh unpack ld.mcld* after unpacking GCC and overwrite any stale copy of ld.mcld in GCC. But can cause problem if we manually unpack GCC Change-Id: I200801584df2a97371a38cd72c78b799dfaa25e3