mirror of
https://github.com/claunia/cross-docks.git
synced 2025-12-16 11:14:44 +00:00
22 lines
1.8 KiB
Markdown
22 lines
1.8 KiB
Markdown
# Cross compilation environment
|
|
|
|
| | |
|
|
|--------------------------:|:-------------------------------------------------------------------------------|
|
|
| **Compiler:** | 9.1.0 |
|
|
| **Target architecture:** | PowerPC |
|
|
| **Target OS:** | System 6 and Mac OS 7 and higher |
|
|
| **AS:** | `/opt/Retro68/toolchain/bin/powerpc-apple-macos-as` |
|
|
| **LD:** | `/opt/Retro68/toolchain/bin/powerpc-apple-macos-ld` |
|
|
| **AR:** | `/opt/Retro68/toolchain/bin/powerpc-apple-macos-ar` |
|
|
| **CC:** | `/opt/Retro68/toolchain/bin/powerpc-apple-macos-gcc` |
|
|
| **CXX:** | `/opt/Retro68/toolchain/bin/powerpc-apple-macos-g++` |
|
|
| **RANLIB:** | `/opt/Retro68/toolchain/bin/powerpc-apple-macos-ranlib` |
|
|
| **CMake toolchain file:** | `/opt/Retro68/toolchain/powerpc-apple-macos/cmake/retroppc.toolchain.cmake` |
|
|
| **SSH daemon:** | *Yes* |
|
|
| **Username:** | `retro68` |
|
|
| **Password:** | |
|
|
|
|
Installed using [Retro68 toolchain](https://github.com/autc04/Retro68).
|
|
|
|
Uses Apple's Universal Interfaces.
|