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 | 6e1ae7601a0c38aba401901e135d767e1fe6c57e (patch) | |
tree | 89c017d854f5661d981f60842ff6484bb002245f /sofort/ccenv | |
parent | 0ab1aa6a25c7af4b777da9990456dcf3fb76ba33 (diff) | |
download | sbpython2-6e1ae7601a0c38aba401901e135d767e1fe6c57e.tar.bz2 sbpython2-6e1ae7601a0c38aba401901e135d767e1fe6c57e.tar.xz |
build system: ccenv_set_cc_host(): describe as host 'system', not 'name'.
Diffstat (limited to 'sofort/ccenv')
-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" } |