diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2015-11-06 01:05:22 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2015-11-06 01:05:22 +0100 |
commit | 412ffb0971d8d99d35f37881dba34609c066e3da (patch) | |
tree | be6bf707151c133d41add8dc08b63064da1f97a8 /process | |
parent | 4e6effe54b24f3c4c656154660f1554eab23a67b (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.5 + arch=i686-unknown-gnu0.6 ;; *) echo >&2 "Internal error." |