diff options
| author | 2025-10-23 18:44:09 +0100 | |
|---|---|---|
| committer | 2025-10-23 18:44:09 +0100 | |
| commit | bfa036fafc1e7e940f4a9a1a2dce573daf0efb74 (patch) | |
| tree | 4ed74e84c92ec717a2c8a28606e306017a5f368f | |
| parent | Fix eselect bash autocompletion (diff) | |
| download | binutils-config-master.tar.gz binutils-config-master.tar.bz2 binutils-config-master.zip | |
Followup to d26221d21a851f84a639b44477f6dd94056a7058 as our stage issues
should be fixed now.
Bug: https://bugs.gentoo.org/936644
Signed-off-by: Sam James <sam@gentoo.org>
| -rwxr-xr-x | src/binutils-config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/binutils-config b/src/binutils-config index 0160196..fa5ad4f 100755 --- a/src/binutils-config +++ b/src/binutils-config @@ -429,8 +429,7 @@ set_HOST() { if [[ -z ${HOST} ]] ; then eerror "Cannot determine CHOST. Something is badly broken." - # once our current stage build problems are fixed, let's enable this: - # exit 1 + exit 1 fi } |
