gcc-local.manifest.template 621 B

12345678910111213141516171819202122
  1. #!$(PAL)
  2. loader.interp = file:$(SHIMROOT)build/elf/ld.so
  3. loader.preload = file:$(SHIMROOT)build/libsysdb.so
  4. loader.exec = file:$(PWD)obj/bin/gcc
  5. loader.env.LD_LIBRARY_PATH = /lib:/usr/lib
  6. loader.debug_type = none
  7. fs.mount.root.type = chroot
  8. fs.mount.root.uri = file:
  9. fs.mount.other.lib1.type = chroot
  10. fs.mount.other.lib1.path = /lib
  11. fs.mount.other.lib1.uri = file:$(SHIMROOT)build
  12. fs.mount.other.lib2.type = chroot
  13. fs.mount.other.lib2.path = /lib/x86_64-linux-gnu
  14. fs.mount.other.lib2.uri = file:/lib/x86_64-linux-gnu
  15. fs.mount.other.usr.type = chroot
  16. fs.mount.other.usr.path = /usr
  17. fs.mount.other.usr.uri = file:/usr