ubuntu-faketarget.txt 399 B

1234567891011121314
  1. # This is a setup for compiling a program that runs natively
  2. # but produces output that runs on a different platform.
  3. # That is either a cross compiler or something like binutils.
  4. # We don't need to specify any properties or compilers,
  5. # for we use the native ones and can run the resulting
  6. # binaries directly.
  7. [target_machine]
  8. system = 'linux'
  9. cpu_family = 'mips'
  10. cpu = 'mips'
  11. endian = 'little'