23 Commits

Author SHA1 Message Date
Guy Shimko
8dc07deb66 build: add mips & mipsel targets 2024-11-10 22:26:05 +02:00
Guy Shimko
3738fc8629
Merge pull request #11 from guyush1/improve-documentation
documentation: improve the readme file
2024-11-10 22:21:41 +02:00
Guy Shimko
fe4c0763e8 documentation: split & improve the readme file
This commit splits the readme file into 2 files - the readme which
contains instructions on how to download our latest release, and on how
to use our build scripts in order to quickly build gdb statically. The
second file is a compilation guide that contains explanations on how to
manually compile gdb statically.
2024-11-08 13:02:19 +02:00
Guy Shimko
08909223f2
Merge pull request #10 from guyush1/gdb-15.2-update
build: update gdb to v15.2
v15.2-static
2024-10-31 08:49:55 +02:00
Guy Shimko
4c9cc100fb build: update gdb to v15.2 2024-10-30 22:15:12 +02:00
Guy Shimko
a9a044ffdc
Merge pull request #9 from RoiKlevansky/ci-cd-pipeline
CI/CD pipeline
2024-10-30 21:44:48 +02:00
Roi Klevansky
fe4ad583ae fix: move all package links to GNU FTP 2024-10-30 20:38:57 +02:00
Roi Klevansky
7697e5c2e1 build(ci/cd): add basic Github workflow pipeline 2024-10-30 20:38:57 +02:00
Roi Klevansky
1dc231d162 build: add packing of artifacts to Makefile 2024-10-30 20:38:55 +02:00
Guy Shimko
fdc2d2e4ea
Merge pull request #1 from RoiKlevansky/build-using-dockerfile
Automate building using docker
2024-10-29 22:27:10 +02:00
Roi Klevansky
4cde133d93 build: make build script more verbose 2024-10-29 20:59:46 +02:00
Roi Klevansky
e70ba04f32 docs: add information about building with docker 2024-10-29 20:59:46 +02:00
Roi Klevansky
8e323429bd docs: document missing step in the building of MPFR 2024-10-29 20:59:46 +02:00
Roi Klevansky
0d59976a77 build: add Makefile 2024-10-29 20:59:46 +02:00
Roi Klevansky
a3becb6943 build: add Dockerfile 2024-10-29 20:59:46 +02:00
Roi Klevansky
b5e5665dd8 build: add build script for automated building 2024-10-29 20:59:46 +02:00
Roi Klevansky
4347d18af5 build: add script which patches GDB 2024-10-29 20:59:46 +02:00
Roi Klevansky
ab0673611d build: add script for automatically downloading packages 2024-10-29 20:59:46 +02:00
Roi Klevansky
3788bee966 build: add build directory to .gitignore 2024-10-29 20:45:28 +02:00
Guy Shimko
1706882030
Merge pull request #6 from RoiKlevansky/ignore-ide-folders
Add IDE folders to .gitignore
2024-10-21 19:29:26 +03:00
Roi Klevansky
9ae54f03f1 build: add IDE folders to .gitignore 2024-10-13 23:20:34 +03:00
Guy Shimko
aae73b4bc8 Added the required gdb buildsystem patches in order to build statically 2024-09-21 20:23:52 +03:00
Guy Shimko
0c794ef6a0 Added a readme file
The readme file may help other people to compile gdb statically as well!
gdb-15.1-static
2024-09-21 20:06:13 +03:00