Skip to content

Commit

Permalink
add url
Browse files Browse the repository at this point in the history
  • Loading branch information
mpictor committed May 5, 2018
1 parent 01cf443 commit 647a972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ https://groups.google.com/forum/#!topic/bazel-discuss/o0mTszeaJ5E

## Compiling the compiler ##

__Included for completeness.__ You should download the tarball from TODO instead.
__Included for completeness.__ Bazel will download the tarball to its cache.

The config file here works with crosstool-ng rev d7eed4ee52a793. I cannot guarantee that it will work with other versions.

Expand Down
3 changes: 1 addition & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
new_http_archive(
name = 'x86_64_unknown_linux_gnu_gcc_730',
build_file = 'compilers/x86_64-unknown-linux-gnu-gcc-730.BUILD',
#url = 'https://toolchains.bootlin.com/downloads/releases/toolchains/x86-64-core-i7/tarballs/x86-64-core-i7--glibc--bleeding-edge-2018.02-1.tar.bz2',
url = 'file:///home/mark/x-tools/x86_64-unknown-linux-gnu-gcc-730.tar.xz',
url = 'https://github.com/mpictor/bazel-amd64-crosstool/releases/download/v0.1/x86_64-unknown-linux-gnu-gcc-730.tar.xz',
strip_prefix = 'x86_64-unknown-linux-gnu',
)

0 comments on commit 647a972

Please sign in to comment.