diff options
author | midipix <writeonce@midipix.org> | 2020-01-03 20:06:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-03 20:06:59 +0000 |
commit | 6e59a5dba97e4a03d846418dd92d895d96c30eee (patch) | |
tree | daf5b359e5fe518a4f0e2bdf4ee0cbffd9f4534f /sofort | |
parent | 767cb3b4e0b8114c3a6e6ea6e189148889237bc0 (diff) | |
download | sbpython3-6e59a5dba97e4a03d846418dd92d895d96c30eee.tar.bz2 sbpython3-6e59a5dba97e4a03d846418dd92d895d96c30eee.tar.xz |
build system: ccenv_set_cc_host(): describe as host 'system', not 'name'.
Diffstat (limited to 'sofort')
-rw-r--r-- | sofort/ccenv/ccenv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh index 37a3cf4..ee63ec2 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -556,7 +556,7 @@ ccenv_set_cxx() ccenv_set_cc_host() { - ccenv_attr_prolog 'name' + ccenv_attr_prolog 'system' ccenv_cc_host="$ccenv_cchost" ccenv_attr_epilog "$ccenv_cc_host" } |