aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
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 386e6bc17..d33d518c2 100644
--- a/sys/targets/targets.go
+++ b/sys/targets/targets.go
@@ -280,7 +280,7 @@ var oses = map[string]osCommon{
ExecutorUsesShmem: true,
ExecutorUsesForkServer: true,
KernelObject: "vmlinux",
- CPP: "cpp",
+ CPP: "g++",
},
"netbsd": {
SyscallNumbers: true,