summaryrefslogtreecommitdiff
path: root/process
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2015-11-06 01:05:22 +0100
committerThomas Schwinge <thomas@codesourcery.com>2015-11-06 01:05:22 +0100
commit412ffb0971d8d99d35f37881dba34609c066e3da (patch)
treebe6bf707151c133d41add8dc08b63064da1f97a8 /process
parent4e6effe54b24f3c4c656154660f1554eab23a67b (diff)
gcc: Re-run after system updates
Diffstat (limited to 'process')
-rwxr-xr-xprocess2
1 files changed, 1 insertions, 1 deletions
diff --git a/process b/process
index 7b14b9c1..e22465ec 100755
--- a/process
+++ b/process
@@ -166,7 +166,7 @@ case $project:$action in
arch=i686-pc-linux-gnu
;;
"$hurd_host")
- arch=i686-unknown-gnu0.5
+ arch=i686-unknown-gnu0.6
;;
*)
echo >&2 "Internal error."