NOTES.rminnich 399 B

1234567891011
  1. # These notes are also a script.
  2. # I want to try building with clang.
  3. #unshare -m /bin/bash
  4. echo "can not use clang for now, due to issues between clang and gcc builtin definitions. Damn"
  5. (cd util; go build mksys.go)
  6. sudo mkdir -p /amd64
  7. sudo mount --bind amd64/ /amd64/
  8. sudo mount --bind sys /sys
  9. #sudo mount --bind /amd64/mkfile.clang /amd64/mkfile
  10. PATH=$PATH:~rminnich/projects/plan9-gpl/util