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

Side by Side Diff: ports/gforth/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/flac/pkg_info ('k') | ports/hdf5/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=gforth 1 NAME=gforth
2 VERSION=0.7.2 2 VERSION=0.7.2
3 URL=http://www.complang.tuwien.ac.at/forth/gforth/gforth-0.7.2.tar.gz 3 URL=http://www.complang.tuwien.ac.at/forth/gforth/gforth-0.7.2.tar.gz
4 LICENSE=gpl3 4 LICENSE=gpl3
5 DEPENDS=(glibc-compat nacl-spawn libtar) 5 DEPENDS=(glibc-compat nacl-spawn libtar)
6 DISABLED_LIBC=(bionic) 6 DISABLED_LIBC=(bionic)
7 # arm-nacl-clang crashes
8 DISABLED_TOOLCHAIN=(clang-newlib)
7 SHA1=fe662c60b74290b08b6245816b68faed2a1e5c20 9 SHA1=fe662c60b74290b08b6245816b68faed2a1e5c20
OLDNEW
« no previous file with comments | « ports/flac/pkg_info ('k') | ports/hdf5/pkg_info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698