https://github.com/markmll/fpclaz_build_scripts
Scripts found useful when building the Free Pascal Compiler (FPC) etc.
https://github.com/markmll/fpclaz_build_scripts
Last synced: about 1 year ago
JSON representation
Scripts found useful when building the Free Pascal Compiler (FPC) etc.
- Host: GitHub
- URL: https://github.com/markmll/fpclaz_build_scripts
- Owner: MarkMLl
- License: unlicense
- Created: 2023-09-01T07:51:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T07:58:04.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T22:27:16.761Z (over 1 year ago)
- Language: Perl
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fpclaz_build_scripts
Scripts found useful when building the Free Pascal Compiler (FPC) etc.
fpc-filter-vt was written when attempting to work out the dependencies in FPC's text-mode IDE, it is tested on Linux and SunOS/Solaris.
Run it like
```
make GDB_V603=1 PP=ppcsparc-2.6.2 OPT='-O- -gl -Xs- -vt' all | fpc-filter-vt
```