aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@fh-muenster.de>2020-05-13 22:08:38 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-05-14 11:06:41 +0200
commit2d572622ca6fc1855a3fe275d5a8b992849b48f4 (patch)
tree3f01ad6df12a0c0d451a431e1ec0d09dc890006f /sys
parent4dcd09e8cb0a30f87f9d7d2a404a56a32352f5a7 (diff)
sys/targets: fix typo
Diffstat (limited to 'sys')
-rw-r--r--sys/targets/targets.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/targets/targets.go b/sys/targets/targets.go
index 927efe053..efa441e8d 100644
--- a/sys/targets/targets.go
+++ b/sys/targets/targets.go
@@ -433,7 +433,7 @@ func init() {
// Ensure clang does not complain about it.
target.CFlags = append(target.CFlags, "-Wno-unused-command-line-argument")
// When building executor for the test OS, clang needs
- // to link against the c++ library.
+ // to link against the libc++ library.
target.CFlags = append(target.CFlags, "-lc++")
}
}