Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New gcc method #2

Merged
merged 36 commits into from
Oct 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
9a69167
Update run_admin.sh
shiroinekotfs Oct 26, 2024
e2f37f3
Update .gitmodules
shiroinekotfs Oct 26, 2024
da57a73
update binutils
shiroinekotfs Oct 26, 2024
45b90c2
busybox-w32
shiroinekotfs Oct 26, 2024
ad0c5a6
ctags
shiroinekotfs Oct 26, 2024
b116a3a
update expat
shiroinekotfs Oct 26, 2024
14d0fd9
update gcc
shiroinekotfs Oct 26, 2024
6061845
update gdb
shiroinekotfs Oct 26, 2024
3abc146
gmp
shiroinekotfs Oct 26, 2024
18e3d82
update libiconv
shiroinekotfs Oct 26, 2024
8cc3f25
make
shiroinekotfs Oct 26, 2024
fb3d1ef
update mingw-w64
shiroinekotfs Oct 26, 2024
37e228a
mpc
shiroinekotfs Oct 26, 2024
fef76ae
mpfr
shiroinekotfs Oct 26, 2024
b4348bc
update pdcurses
shiroinekotfs Oct 26, 2024
f0268ff
update vim
shiroinekotfs Oct 26, 2024
d9d95fb
7z
shiroinekotfs Oct 26, 2024
db2547c
Update dockerfile
shiroinekotfs Oct 26, 2024
6ba63ed
update sources
shiroinekotfs Oct 26, 2024
53d2052
Update build.sh
shiroinekotfs Oct 26, 2024
8740b19
update nasm
shiroinekotfs Oct 26, 2024
be66831
update cppcheck
shiroinekotfs Oct 26, 2024
cb7f31e
update cppcheck patches
shiroinekotfs Oct 26, 2024
7d00088
ren
shiroinekotfs Oct 26, 2024
3fad4c0
Update build.sh
shiroinekotfs Oct 26, 2024
8991360
Update build.sh
shiroinekotfs Oct 26, 2024
d4ce1ee
Update cppcheck
shiroinekotfs Oct 26, 2024
458ed99
Update run_admin.sh
shiroinekotfs Oct 26, 2024
09f9930
Update run_admin.sh
shiroinekotfs Oct 26, 2024
f928de4
Delete busybox-w32
shiroinekotfs Oct 26, 2024
63d1eb6
Create busybox-w32
shiroinekotfs Oct 26, 2024
584a01b
Delete nasm
shiroinekotfs Oct 26, 2024
f28263b
Create nasm
shiroinekotfs Oct 26, 2024
c1b15ed
Update build.sh
shiroinekotfs Oct 26, 2024
6bd416e
Update .gitignore
shiroinekotfs Oct 26, 2024
7bbadca
Update build.sh
shiroinekotfs Oct 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 12 additions & 9 deletions .admin/run_admin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,24 @@ ARCH=x86_64-w64-mingw32

WORKDIR="$(cd "$(dirname "$0")" && pwd)"

BINUTILS_VERSION=2.41
BUSYBOX_VERSION=FRP-5236-g7dff7f376
CPPCHECK_VERSION=2.10
BINUTILS_VERSION=2.42
BUSYBOX_VERSION=FRP-5467-g9376eebd8
CTAGS_VERSION=6.0.0
EXPAT_VERSION=2.5.0
GCC_VERSION=13.2.0
GDB_VERSION=13.1
CPPCHECK_VERSION=2.10
EXPAT_VERSION=2.6.2
GCC_VERSION=14.2.0
GDB_VERSION=15.1
GMP_VERSION=6.3.0
LIBICONV_VERSION=1.17
MAKE_VERSION=4.4.1
MINGW_VERSION=11.0.1
MINGW_VERSION=12.0.0
MPC_VERSION=1.3.1
MPFR_VERSION=4.2.1
NASM_VERSION=2.15.05
NASM_VERSION=2.15.05rc2
PDCURSES_VERSION=3.9
VIM_VERSION=9.0
Z7_VERSION=2301


VERSION=1.1.0

VERSION=1.0.0-hf1
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.gnu-windows/make
.gnu-windows/ad-installer
*.exe
*.dll
*.dll
.gnu-windows/gnu-windows.rc
60 changes: 33 additions & 27 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,45 +1,51 @@
[submodule "PDCurses"]
path = PDCurses
url = https://github.com/wmcbrine/PDCurses.git
[submodule "binutils-gdb"]
path = binutils-gdb
url = https://sourceware.org/git/binutils-gdb.git
[submodule "binutils"]
path = binutils
url = https://github.com/tfslabs/binutils.git
[submodule "busybox-w32"]
path = busybox-w32
url = git://git.frippery.org/busybox-w32
[submodule "cppcheck"]
path = cppcheck
url = https://github.com/danmar/cppcheck.git
url = https://github.com/tfslabs/busybox-w32.git
[submodule "ctags"]
path = ctags
url = https://github.com/universal-ctags/ctags.git
[submodule "libexpat"]
path = libexpat
url = https://github.com/libexpat/libexpat.git
url = https://github.com/tfslabs/ctags.git
[submodule "expat"]
path = expat
url = https://github.com/tfslabs/expat.git
[submodule "gcc"]
path = gcc
url = https://gcc.gnu.org/git/gcc.git
url = https://github.com/tfslabs/gcc.git
[submodule "gdb"]
path = gdb
url = https://github.com/tfslabs/gdb.git
[submodule "gmp"]
path = gmp
url = https://github.com/gmp-mirror/gmp.git
url = https://github.com/tfslabs/gmp.git
[submodule "libiconv"]
path = libiconv
url = https://git.savannah.gnu.org/git/libiconv.git
url = https://github.com/tfslabs/libiconv.git
[submodule "make"]
path = make
url = https://git.savannah.gnu.org/git/make.git
url = https://github.com/tfslabs/make.git
[submodule "mingw-w64"]
path = mingw-w64
url = https://github.com/mingw-w64/mingw-w64.git
[submodule "libmpc"]
path = libmpc
url = https://github.com/nicolapiccinelli/libmpc.git
url = https://github.com/tfslabs/mingw-w64.git
[submodule "mpc"]
path = mpc
url = https://github.com/tfslabs/mpc.git
[submodule "mpfr"]
path = mpfr
url = https://gitlab.inria.fr/mpfr/mpfr.git
[submodule "nasm"]
path = nasm
url = https://github.com/netwide-assembler/nasm.git
url = https://github.com/tfslabs/mpfr.git
[submodule "pdcurses"]
path = pdcurses
url = https://github.com/tfslabs/pdcurses.git
[submodule "vim"]
path = vim
url = https://github.com/vim/vim.git
url = https://github.com/tfslabs/vim.git
[submodule "7z"]
path = 7z
url = https://github.com/tfslabs/7z.git
[submodule "nasm"]
path = nasm
url = https://github.com/tfslabs/nasm.git
[submodule "cppcheck"]
path = cppcheck
url = https://github.com/tfslabs/cppcheck.git
Loading
Loading