g++-local.manifest.template 640 B

12345678910111213141516171819202122
  1. #!$(PAL)
  2. loader.preload = file:$(SHIMPATH)
  3. loader.exec = file:$(PWD)obj/bin/g++
  4. loader.env.LD_LIBRARY_PATH = /obj/lib:/lib:/lib/x86_64-linux-gnu
  5. loader.env.PATH = /obj/bin:/obj/libexec/gcc/x86_64-linux-gnu/4.8.4
  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:$(GLIBCDIR)
  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