diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-06 13:59:28 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-06 13:59:28 +0100 |
commit | 40cfda4d6bfd7a5993fff4614147a9189d923017 (patch) | |
tree | b208a7e8ced1341dbbc3cb91b6d13b6a75352339 /process | |
parent | 7cabfc0c4e4d0c37f4333d45d3574bbe7b873b16 (diff) |
gdb: hurd/master -> tschwinge/Ferry_Tagscherer
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 |