mirror of
https://github.com/claunia/cross-docks.git
synced 2025-12-16 19:24:49 +00:00
Add PowerPC for MorphOS.
This commit is contained in:
19
cross-powerpc-morphos/README.md
Normal file
19
cross-powerpc-morphos/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Cross compilation environment
|
||||
|
||||
| | |
|
||||
|--------------------------:|:--------------------------------------------------|
|
||||
| **Compiler:** | 9.2.0 |
|
||||
| **Target architecture:** | PowerPC |
|
||||
| **Target OS:** | MorphOS |
|
||||
| **AS:** | `/opt/ppc-morphos/bin/ppc-morphos-as` |
|
||||
| **LD:** | `/opt/ppc-morphos/bin/ppc-morphos-ld` |
|
||||
| **AR:** | `/opt/ppc-morphos/bin/ppc-morphos-ar` |
|
||||
| **CC:** | `/opt/ppc-morphos/bin/ppc-morphos-gcc` |
|
||||
| **CXX:** | `/opt/ppc-morphos/bin/ppc-morphos-g++` |
|
||||
| **RANLIB:** | `/opt/ppc-morphos/bin/ppc-morphos-ranlib` |
|
||||
| **CMake toolchain file:** | `/opt/ppc-morphos/lib/ppc-morphos.cmake` |
|
||||
| **SSH daemon:** | *Yes* |
|
||||
| **Username:** | `user` |
|
||||
| **Password:** | `password` |
|
||||
|
||||
Installed using [Marlon Beijer's Docker image](https://hub.docker.com/layers/amigadev/crosstools/ppc-morphos).
|
||||
Reference in New Issue
Block a user