/dpkg-cross/archtable.d/archtable.default

http://github.com/brinkman83/bashrc · Unknown · 16 lines · 15 code · 1 blank · 0 comment · 0 complexity · fb8b1c058d36220e8042e6631724223d MD5 · raw file

  1. # This is the default list of architectures that differ
  2. # between dpkg-cross and dpkg.
  3. # Other files can be added to this directory using the same
  4. # syntax. Lines starting with # are comments and are ignored.
  5. # Additionally, content after # on any line is also ignored
  6. # as long as the rest of the line is valid syntax.
  7. # Syntax is 'key: value'
  8. # key cannot be quoted, value can be quoted.
  9. armeb: armeb-linux-gnueabi
  10. hurd-i386: i386-gnu #XXX This differs from dpkg-architecture
  11. s390x: 's390-linux-gnu' #XXX This differs from dpkg-architecture
  12. openbsd-i386: 'i386-openbsd' #XXX This differs from dpkg-architecture
  13. freebsd-i386: 'i386-freebsd' #XXX This differs from dpkg-architecture
  14. darwin-i386: 'i386-darwin', #XXX This differs from dpkg-architecture
  15. win32-i386: 'i386-cygwin'