Added a linker scripts, instead of using gcc directly.

This commit is contained in:
RoyR
2026-03-16 11:47:38 -04:00
parent 01cb40babc
commit 8a60ebbfbf
4 changed files with 16 additions and 4 deletions

View File

@@ -302,6 +302,7 @@ gcc -m32 main.c common.o -o program
```
.
├── common.c # Compiler source (2000 LOC)
├── commonl # Linker
├── Makefile # Build automation
├── run_tests.sh # Quick test script