summaryrefslogtreecommitdiff
path: root/process
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2016-12-01 13:46:59 +0100
committerThomas Schwinge <thomas@codesourcery.com>2016-12-02 10:16:03 +0100
commitb94a6a44ace5ae6f800541c7d40930920833fc65 (patch)
tree60436d587ad4ab7137265fe8b6dffd013c099e12 /process
parente9f9beff8e278c30c2fb1a7367f3aea9e89991f4 (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 28c2cb86..01ce6b50 100755
--- a/process
+++ b/process
@@ -166,7 +166,7 @@ case $project:$action in
arch=i686-pc-linux-gnu
;;
"$hurd_host")
- arch=i686-unknown-gnu0.7
+ arch=i686-unknown-gnu0.8
;;
*)
echo >&2 "Internal error."