Files
cross-docks/Retro68/multiversal/m68k/README.md

20 lines
1.7 KiB
Markdown
Raw Normal View History

# Cross compilation environment
| | |
|--------------------------:|:-------------------------------------------------------------------------------|
| **Compiler:** | 9.1.0 |
| **Target architecture:** | m68k |
| **Target OS:** | System 6 and Mac OS 7 |
| **AS:** | `/opt/Retro68/toolchain/bin/m68k-apple-macos-as` |
| **LD:** | `/opt/Retro68/toolchain/bin/m68k-apple-macos-ld` |
| **AR:** | `/opt/Retro68/toolchain/bin/m68k-apple-macos-ar` |
| **CC:** | `/opt/Retro68/toolchain/bin/m68k-apple-macos-gcc` |
| **CXX:** | `/opt/Retro68/toolchain/bin/m68k-apple-macos-g++` |
| **RANLIB:** | `/opt/Retro68/toolchain/bin/m68k-apple-macos-ranlib` |
| **CMake toolchain file:** | `/opt/Retro68/toolchain/m68k-apple-macos/cmake/retro68.toolchain.cmake` |
| **SSH daemon:** | *Yes* |
| **Username:** | `retro68` |
| **Password:** | |
Installed using [Retro68 toolchain](https://github.com/autc04/Retro68).