diff options
| author | 2017-03-27 17:21:09 +0200 | |
|---|---|---|
| committer | 2017-03-27 17:21:09 +0200 | |
| commit | ce7f5c5a5d8efb40a227d56075debe9dddbb31f1 (patch) | |
| tree | 053720f8b0c70dae55a5d67ed3b53c72b01b8aef | |
| parent | bootstrap-prefix.sh: wrap broken system gcc instead, bug#613888 (diff) | |
| download | prefix-ce7f5c5a5d8efb40a227d56075debe9dddbb31f1.tar.gz prefix-ce7f5c5a5d8efb40a227d56075debe9dddbb31f1.tar.bz2 prefix-ce7f5c5a5d8efb40a227d56075debe9dddbb31f1.zip | |
bootstrap-prefix.sh: drop testing hack
| -rwxr-xr-x | scripts/bootstrap-prefix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 5443a0bd71..718774125b 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1252,7 +1252,7 @@ bootstrap_stage1() { ;; *-linux*) if [[ ! -x "${ROOT}"/tmp/usr/bin/gcc ]] \ - && [[ $(gcc -print-prog-name=as),$(gcc -print-prog-name=ld) != /*,/* ]] || true + && [[ $(gcc -print-prog-name=as),$(gcc -print-prog-name=ld) != /*,/* ]] then # RHEL's system gcc is set up to use binutils via PATH search. # If the version of our binutils an older one, they may not |
