Skip to content

Commit

Permalink
Fix howto on overriding CC in README
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-se committed Jan 7, 2016
1 parent f143343 commit 17ee6ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,15 @@ work with your favorite libc implementation, please report this, so
that it may be fixed.

Find out the compile command required to use your C library. For
example, with musl it's `musl-gcc`, with dietlibc it's `diet gcc`.
example, with musl it's `musl-gcc`, with dietlibc it's `"diet gcc"`.

Use

CC=musl-gcc make
make CC=musl-gcc

to compile the `tiny_initramfs` binary and

CC=musl-gcc make initrd.img
make initrd.img CC=musl-gcc

to auto-create the initramfs image. Replace `musl-gcc` with the
appropriate command for your libc implementation.
Expand Down

0 comments on commit 17ee6ed

Please sign in to comment.