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 e21c5e1e96f4a075d7e006f5c0976ccbca26d858 (commit)
from caf28811f7dd3959565f07ce6dd0bb5e4fa6cde4 (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 e21c5e1e96f4a075d7e006f5c0976ccbca26d858
Author: Falco Girgis <gyr...@gm...>
Date: Sat May 18 18:32:09 2024 -0500
Bumped KOS's Default C and C++ Versions to 11 (#561)
* Bumped KOS's default C and C++ versions to 11.
* Update environ_base.sh
Co-authored-by: Donald Haase <qu...@ya...>
* Update environ_base.sh
Co-authored-by: darcagn <da...@pr...>
---------
Co-authored-by: Donald Haase <qu...@ya...>
Co-authored-by: darcagn <da...@pr...>
-----------------------------------------------------------------------
Summary of changes:
environ_base.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/environ_base.sh b/environ_base.sh
index a02b9018..f215f98e 100644
--- a/environ_base.sh
+++ b/environ_base.sh
@@ -41,8 +41,8 @@ export KOS_CPPFLAGS="${KOS_CPPFLAGS} ${KOS_INC_PATHS_CPP} -fno-operator-names"
# Which standards modes we want to compile for
# Note that this only covers KOS itself, not necessarily anything else compiled
# with kos-cc or kos-c++.
-export KOS_CSTD="-std=c99"
-export KOS_CPPSTD="-std=gnu++98"
+export KOS_CSTD="-std=gnu17"
+export KOS_CPPSTD="-std=gnu++17"
export KOS_GCCVER="`kos-cc -dumpversion`"
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|