aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgcc
diff options
Diffstat (limited to 'cgcc')
-rwxr-xr-xcgcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgcc b/cgcc
index 87f4fc3e..e6541d36 100755
--- a/cgcc
+++ b/cgcc
@@ -230,7 +230,7 @@ sub add_specs {
' -DNULL="((void *)0)"';
} elsif ($spec eq 'linux') {
return &add_specs ('unix') .
- ' -D__linux__=1 -D__linux=1 -Dlinux=linux';
+ ' -D__linux__=1 -D__linux=1 -Dlinux=1';
} elsif ($spec eq 'gnu/kfreebsd') {
return &add_specs ('unix') .
' -D__FreeBSD_kernel__=1';