summaryrefslogtreecommitdiff
path: root/README.CrossCompiling
diff options
context:
space:
mode:
Diffstat (limited to 'README.CrossCompiling')
-rw-r--r--README.CrossCompiling13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.CrossCompiling b/README.CrossCompiling
index 67b5957..f3f195d 100644
--- a/README.CrossCompiling
+++ b/README.CrossCompiling
@@ -73,6 +73,12 @@ make all-target-libgcc
make install-gcc
make install-target-libgcc
+Compile abaos and libc tests with:
+
+setenv PATH "${PATH}:$HOME/cross-compilers"
+make clean all CC=i486-elf-gcc LD=i486-elf-ld
+
+
tcc
---
@@ -96,6 +102,8 @@ cd tinycc
make
cd ..
+Compile abaos and libc tests with:
+
setenv PATH "${PATH}:$HOME/cross-compilers"
make clean all CC=i386-tcc LD=i486-elf-ld
@@ -130,6 +138,11 @@ cd pcc-build
make
make install
+Compile abaos and libc tests with:
+
+setenv PATH "${PATH}:$HOME/cross-compilers"
+make clean all CC=i486-unknown-linux-gnu-pcc LD=i486-unknown-linux-gnu-ld
+
Links
-----