├── .github └── workflows │ └── blank.yml ├── .gitignore ├── README.md ├── patch4libstdc++-v3.sh └── sys-include ├── stdint.h └── stdio.h /.github/workflows/blank.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fedor4ever/GCC4Symbian/HEAD/.github/workflows/blank.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fedor4ever/GCC4Symbian/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fedor4ever/GCC4Symbian/HEAD/README.md -------------------------------------------------------------------------------- /patch4libstdc++-v3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fedor4ever/GCC4Symbian/HEAD/patch4libstdc++-v3.sh -------------------------------------------------------------------------------- /sys-include/stdint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fedor4ever/GCC4Symbian/HEAD/sys-include/stdint.h -------------------------------------------------------------------------------- /sys-include/stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fedor4ever/GCC4Symbian/HEAD/sys-include/stdio.h --------------------------------------------------------------------------------