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 | 626cd395edc9abc89738f776599accae32470624 (patch) | |
tree | aa78d06586e5e2d3d3b3026120efac9a49e39d8c /sofort | |
parent | d671244af3d20a8a70919cc96e54e171627d99b0 (diff) | |
download | ntapi-626cd395edc9abc89738f776599accae32470624.tar.bz2 ntapi-626cd395edc9abc89738f776599accae32470624.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" } |