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

Side by Side Diff: ports/tcl/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/speex/pkg_info ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 NAME=tcl 1 NAME=tcl
2 ARCHIVE_ROOT=tcl8.6.1 2 ARCHIVE_ROOT=tcl8.6.1
3 VERSION=8.6.1 3 VERSION=8.6.1
4 URL=http://prdownloads.sourceforge.net/tcl/tcl8.6.1-src.tar.gz 4 URL=http://prdownloads.sourceforge.net/tcl/tcl8.6.1-src.tar.gz
5 LICENSE=BSD 5 LICENSE=BSD
6 DEPENDS=(glibc-compat nacl-spawn) 6 DEPENDS=(glibc-compat nacl-spawn)
7 # bionic build fails with undefined symbol: 7 # bionic build fails with undefined symbol:
8 # https://code.google.com/p/nativeclient/issues/detail?id=3938 8 # https://code.google.com/p/nativeclient/issues/detail?id=3938
9 DISABLED_LIBC=(bionic) 9 DISABLED_LIBC=(bionic)
10 # arm-nacl-clang failes with:
11 # internal_relocation (type: OFFSET_IMM) not fixed up
12 DISABLED_TOOLCHAIN=(clang-newlib)
10 SHA1=5c83d44152cc0496cc0847a2495f659502a30e40 13 SHA1=5c83d44152cc0496cc0847a2495f659502a30e40
OLDNEW
« no previous file with comments | « ports/speex/pkg_info ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698