Gitweb links:
...log
http://git.netsurf-browser.org/toolchains.git/shortlog/0d9d471b107efcd1c30aee66048cf1fa27ddbaa1
...commit
http://git.netsurf-browser.org/toolchains.git/commit/0d9d471b107efcd1c30aee66048cf1fa27ddbaa1
...tree
http://git.netsurf-browser.org/toolchains.git/tree/0d9d471b107efcd1c30aee66048cf1fa27ddbaa1
The branch, ashmew2/kolibrios has been updated
via 0d9d471b107efcd1c30aee66048cf1fa27ddbaa1 (commit)
from 1d7c14ca7736483bca06070b85eeb53021034391 (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 -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/toolchains.git/commit/?id=0d9d471b107efcd1c30aee66048cf1fa27ddbaa1
commit 0d9d471b107efcd1c30aee66048cf1fa27ddbaa1
Author: Ashish Gupta <[email protected]>
Commit: Ashish Gupta <[email protected]>
Add SDK
diff --git a/kos32-gcc/build.sh b/kos32-gcc/build.sh
index ab7ebdb..d270837 100755
--- a/kos32-gcc/build.sh
+++ b/kos32-gcc/build.sh
@@ -40,6 +40,11 @@ pushd $PWD
cd $CROSS_PATH
7z x $COMPILER
+mv $SDK win32/
+
+cd win32
+7z x $SDK
+
popd
# fix up environment
-----------------------------------------------------------------------
Summary of changes:
kos32-gcc/build.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/kos32-gcc/build.sh b/kos32-gcc/build.sh
index ab7ebdb..d270837 100755
--- a/kos32-gcc/build.sh
+++ b/kos32-gcc/build.sh
@@ -40,6 +40,11 @@ pushd $PWD
cd $CROSS_PATH
7z x $COMPILER
+mv $SDK win32/
+
+cd win32
+7z x $SDK
+
popd
# fix up environment
--
Cross-compilation toolchains and environments
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org