diff options
author | halton.huo@intel.com <halton.huo@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-25 17:41:27 +0000 |
---|---|---|
committer | halton.huo@intel.com <halton.huo@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-25 17:41:27 +0000 |
commit | 8b79d54e48c014264f4d66a323f5fc0e5d498c15 (patch) | |
tree | a5c6e5ee6d5364eab01c0804d324b59b5e8ea696 | |
parent | a7658a682dc6ccede41e9b18d7daa824bf47919f (diff) | |
download | chromium_src-8b79d54e48c014264f4d66a323f5fc0e5d498c15.zip chromium_src-8b79d54e48c014264f4d66a323f5fc0e5d498c15.tar.gz chromium_src-8b79d54e48c014264f4d66a323f5fc0e5d498c15.tar.bz2 |
Add libc6-i386 lib32gcc1 in dev_list.
Native client toolchain still need some extra 32 bit libraries belong to
packages libc6-i386 and lib32gcc1. Instead of adding all 32-bit libraries,
adding above two packages in common (64-bit and 32-bit) makes more sense.
TEST=build on 64-bit linux
BUG=138234
Review URL: https://chromiumcodereview.appspot.com/10810035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148356 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | AUTHORS | 2 | ||||
-rwxr-xr-x | build/install-build-deps.sh | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -148,7 +148,7 @@ Ted Vessenes <tedvessenes@gmail.com> Yair Yogev <progame@chromium.org> Chandra Shekar Vallala <brk376@motorola.com> Patrasciuc Sorin Cristian <cristian.patrasciuc@gmail.com> -Halton Huo <halton.huo@gmail.com> +Halton Huo <halton.huo@intel.com> Shiliu Wang <aofdwsl@gmail.com> Gao Chun <gaochun.dev@gmail.com> Clinton Staley <clintstaley@gmail.com> diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh index 28af8974..2033ba5 100755 --- a/build/install-build-deps.sh +++ b/build/install-build-deps.sh @@ -67,6 +67,7 @@ dev_list="apache2.2-bin bison curl elfutils fakeroot flex g++ gperf perl php5-cgi pkg-config python python-cherrypy3 python-dev python-psutil rpm ruby subversion ttf-dejavu-core ttf-indic-fonts ttf-kochi-gothic ttf-kochi-mincho ttf-thai-tlwg wdiff git-core + libc6-i386 lib32gcc1 $chromeos_dev_list" # Run-time libraries required by chromeos only |