Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Side by Side Diff: ports/flac/pkg_info

Issue 942013005: Enable building for ARM with nacl-clang (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ports/binutils/pkg_info ('k') | ports/gforth/pkg_info » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 NAME=flac 1 NAME=flac
2 VERSION=1.2.1 2 VERSION=1.2.1
3 URL=http://download.sf.net/flac/flac-src/flac-1.2.1-src/flac-1.2.1.tar.gz 3 URL=http://download.sf.net/flac/flac-src/flac-1.2.1-src/flac-1.2.1.tar.gz
4 LICENSE=GPL,LGPL,BSD:COPYING.Xiph 4 LICENSE=GPL,LGPL,BSD:COPYING.Xiph
5 BUILD_OS=linux 5 BUILD_OS=linux
6 # arm-nacl-clang produces the following error:
7 # 1685: Error: internal_relocation (type: OFFSET_IMM) not fixed up
8 DISABLED_TOOLCHAIN=(clang-newlib)
6 DEPENDS=(libogg glibc-compat) 9 DEPENDS=(libogg glibc-compat)
7 DISABLED_LIBC=(bionic) 10 DISABLED_LIBC=(bionic)
8 SHA1=bd54354900181b59db3089347cc84ad81e410b38 11 SHA1=bd54354900181b59db3089347cc84ad81e410b38
OLDNEW
« no previous file with comments | « ports/binutils/pkg_info ('k') | ports/gforth/pkg_info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698