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 | 0e4b02e8d403cc1355849e08f3fe607ff89d09f6 (patch) | |
tree | 7c5f4b23e74ce3238bd4e16a8b402f296e778228 | |
parent | ed232494b5c3acb36b5a62cf41edc5940443e33b (diff) | |
download | pemagine-0e4b02e8d403cc1355849e08f3fe607ff89d09f6.tar.bz2 pemagine-0e4b02e8d403cc1355849e08f3fe607ff89d09f6.tar.xz |
build system: ccenv_set_cc_host(): describe as host 'system', not 'name'.
-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" } |