Skip to content

Commit

Permalink
scripts/auto-bootstraps: deprecate x86-darwin9, fix CHOST reporting
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Groffen <[email protected]>
  • Loading branch information
grobian committed Mar 2, 2024
1 parent 864b520 commit 2389f54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/auto-bootstraps/analyse_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
resultsdir='./results'

deprecated_archs = (
'i386-apple-darwin9',
'x86_64-pc-cygwin',
'i386-pc-solaris2.11',
'sparc-sun-solaris2.10',
Expand Down
3 changes: 2 additions & 1 deletion scripts/auto-bootstraps/dobootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ do_prepare() {
echo $((endtime - starttime)) > elapsedtime

# get identification of host that includes Linux distro, RAP, ...
chost=$(${BASH} ./bootstrap-prefix.sh chost.identify x)
chost=$(env CHOST=${chost} \
${BASH} ./bootstrap-prefix.sh chost.identify x)

rsync -q /dev/null ${UPLOAD}/${HOSTNAME}-$$/
rsync -q /dev/null ${UPLOAD}/${HOSTNAME}-$$/${chost}/
Expand Down

0 comments on commit 2389f54

Please sign in to comment.