Skip to content

Commit

Permalink
Guix renamed gcc to gcc-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed May 29, 2019
1 parent 78bf807 commit 6164d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
After checking out the source from github with git submodules is is
possibleto install the build tools with GNU Guix

guix package -i gcc gdb bash ld-wrapper ldc which python2 git
guix package -i gcc-toolchain gdb bash ld-wrapper ldc which python2 git

Even better, with Guix, you can create a light-weight container in the source tree
and run our development setup (gold was added lately by ldc)

guix environment -C guix --ad-hoc gcc gdb bash ld-wrapper ldc which python git binutils-gold
guix environment -C guix --ad-hoc gcc-toolchain gdb bash ld-wrapper ldc which python git binutils-gold vim
make clean
make -j 4
make check
Expand Down

0 comments on commit 6164d5e

Please sign in to comment.