summaryrefslogtreecommitdiff
path: root/process
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2014-09-22 12:33:15 +0200
committerThomas Schwinge <thomas@codesourcery.com>2014-09-22 12:33:15 +0200
commita4eb9952a31c503cb27d6d9c37a57b5b8ec5fc62 (patch)
tree4bc9df60398627f16679c14563f0ddcedb831948 /process
parente19bcbd6f879d048e2754117f7fbbe5e7f1162a5 (diff)
boehm-gc: Re-run on the new laplace.SCHWINGE, and lots of system updates.
Diffstat (limited to 'process')
-rwxr-xr-xprocess13
1 files changed, 11 insertions, 2 deletions
diff --git a/process b/process
index 2034d44f..7b14b9c1 100755
--- a/process
+++ b/process
@@ -14,6 +14,11 @@ case $project in
linux_host=kepler.SCHWINGE
hurd_host=laplace.SCHWINGE
;;
+ boehm-gc)
+ branch=master
+ linux_host=kepler.SCHWINGE
+ hurd_host=laplace.SCHWINGE
+ ;;
gcc)
branch=hurd/master
linux_host=kepler.SCHWINGE
@@ -71,7 +76,7 @@ case $action in
esac
case $project:$action in
- binutils-gdb:fetch | gcc:fetch | glibc:fetch | llvm:fetch)
+ binutils-gdb:fetch | boehm-gc:fetch | gcc:fetch | glibc:fetch | llvm:fetch)
host=$1
[ $# = 0 ] || shift
case $host in
@@ -107,6 +112,7 @@ case $project:$action in
# Log files.
case $project:$step in
binutils-gdb:build | binutils-gdb:install | binutils-gdb:test \
+ | boehm-gc:build | boehm-gc:install | boehm-gc:test \
| gcc:build | gcc:install | gcc:test \
| glibc:build | glibc:install | glibc:test \
| llvm:build | llvm:install | llvm:test)
@@ -130,6 +136,7 @@ case $project:$action in
# Detailed log files.
case $project:$step in
binutils-gdb:build | binutils-gdb:install \
+ | boehm-gc:build | boehm-gc:install | boehm-gc:test \
| gcc:build | gcc:install \
| glibc:build | glibc:install | glibc:test \
| llvm:build | llvm:install | llvm:test)
@@ -184,13 +191,14 @@ case $project:$action in
esac
exit
;;
- binutils-gdb:diff | gcc:diff | llvm:diff)
+ binutils-gdb:diff | boehm-gc:diff | gcc:diff | llvm:diff)
[ $# = 0 ]
: "${linux_host:?}"
: "${hurd_host:?}"
case $project:$step in
binutils-gdb:build | binutils-gdb:install | binutils-gdb:test \
+ | boehm-gc:build | boehm-gc:install | boehm-gc:test \
| gcc:build | gcc:install | gcc:test \
| llvm:build | llvm:install | llvm:test)
sed \
@@ -221,6 +229,7 @@ case $project:$action in
esac
case $project:$step in
binutils-gdb:build | binutils-gdb:install \
+ | boehm-gc:build | boehm-gc:install | boehm-gc:test \
| gcc:build | gcc:install \
| llvm:build | llvm:install | llvm:test)
: