|
From: kosmirror <kos...@us...> - 2025-08-05 17:39:56
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "A pseudo Operating System for the Dreamcast.".
The branch, master has been updated
via c5243a942b2389d5231a32a5fffe0f0ce67e6592 (commit)
from 584c550e134979fc69b86e0efb63546764146d4e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c5243a942b2389d5231a32a5fffe0f0ce67e6592
Author: darc <da...@pr...>
Date: Tue Aug 5 12:28:15 2025 -0500
dc-chain: Add gdb_ver in profiles in which it's missing
-----------------------------------------------------------------------
Summary of changes:
utils/dc-chain/profiles/aica/stable.mk | 1 +
utils/dc-chain/profiles/dreamcast/15.0.0-lra.mk | 1 +
2 files changed, 2 insertions(+)
diff --git a/utils/dc-chain/profiles/aica/stable.mk b/utils/dc-chain/profiles/aica/stable.mk
index 096dc347..3a28606e 100644
--- a/utils/dc-chain/profiles/aica/stable.mk
+++ b/utils/dc-chain/profiles/aica/stable.mk
@@ -9,6 +9,7 @@ cpu_configure_args=--with-arch=armv4 --with-mode=arm --disable-multilib
binutils_ver=2.44
gcc_ver=8.5.0
newlib_ver=4.5.0.20241231
+gdb_ver=16.3
# GCC custom dependencies
# Specify here if you want to use custom GMP, MPFR and MPC libraries when
diff --git a/utils/dc-chain/profiles/dreamcast/15.0.0-lra.mk b/utils/dc-chain/profiles/dreamcast/15.0.0-lra.mk
index d53bc2b8..693c564b 100644
--- a/utils/dc-chain/profiles/dreamcast/15.0.0-lra.mk
+++ b/utils/dc-chain/profiles/dreamcast/15.0.0-lra.mk
@@ -16,6 +16,7 @@ cpu_configure_args=--with-multilib-list=$(precision_modes) --with-endian=little
binutils_ver=2.44
gcc_ver=15.0.0
newlib_ver=4.5.0.20241231
+gdb_ver=16.3
# Overide SH toolchain download type
gcc_download_type=git
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|