diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2016-12-01 13:46:59 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2016-12-02 10:16:03 +0100 |
commit | b94a6a44ace5ae6f800541c7d40930920833fc65 (patch) | |
tree | 60436d587ad4ab7137265fe8b6dffd013c099e12 /process | |
parent | e9f9beff8e278c30c2fb1a7367f3aea9e89991f4 (diff) |
gcc: Re-run after system updates
Diffstat (limited to 'process')
-rwxr-xr-x | process | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |