diff options
Diffstat (limited to 'process')
-rwxr-xr-x | process | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -8,11 +8,16 @@ set -e -x project=$1 build_suffix=.build case $project in - binutils | gcc | gdb) + binutils | gcc) branch=hurd/master linux_host=kepler.SCHWINGE hurd_host=coulomb.SCHWINGE ;; + gdb) + branch=tschwinge/Ferry_Tagscherer + linux_host=kepler.SCHWINGE + hurd_host=coulomb.SCHWINGE + ;; glibc) branch=tschwinge/Roger_Whittaker #linux_host=kepler.SCHWINGE |