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 e937d2fe16dcbcaf6b3f38f8ae18b52c922df298 (commit)
from 9a4a39502e7156e12c98ae8b0b86120ae4991caa (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 e937d2fe16dcbcaf6b3f38f8ae18b52c922df298
Author: Lawrence Sebald <ljs...@us...>
Date: Sun May 3 17:01:38 2015 -0400
Add KOS_PORTS variable to environ.sh.
Please update your environ.sh file to add the location to the ports tree to your script!
-----------------------------------------------------------------------
Summary of changes:
doc/environ.sh.sample | 1 +
environ_base.sh | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/doc/environ.sh.sample b/doc/environ.sh.sample
index 357aa12..77beb8d 100644
--- a/doc/environ.sh.sample
+++ b/doc/environ.sh.sample
@@ -21,6 +21,7 @@ export KOS_SUBARCH="pristine"
# KOS main base path
export KOS_BASE="/opt/toolchains/dc/kos"
+export KOS_PORTS="${KOS_BASE}/../kos-ports"
# Make utility
export KOS_MAKE="make"
diff --git a/environ_base.sh b/environ_base.sh
index b76b6a8..6142363 100644
--- a/environ_base.sh
+++ b/environ_base.sh
@@ -12,7 +12,7 @@ export KOS_INC_PATHS="${KOS_INC_PATHS} -I${KOS_BASE}/include \
-I${KOS_BASE}/kernel/arch/${KOS_ARCH}/include -I${KOS_BASE}/addons/include"
# "System" libraries
-export KOS_LIB_PATHS="-L${KOS_BASE}/lib/${KOS_ARCH} -L${KOS_BASE}/addons/lib/${KOS_ARCH}"
+export KOS_LIB_PATHS="-L${KOS_BASE}/lib/${KOS_ARCH} -L${KOS_BASE}/addons/lib/${KOS_ARCH} -L${KOS_PORTS}/lib"
export KOS_LIBS="-Wl,--start-group -lkallisti -lc -lgcc -Wl,--end-group"
# Main arch compiler paths
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|