diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2019-11-26 23:59:30 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2019-11-26 23:59:30 +0100 |
| commit | 50438f45934d885aa00b126dd9359895e05fd056 (patch) | |
| tree | f8cc5177c314fa48c551ec2c02093dabd153a7d4 /cgcc | |
| parent | 467d8d026c8b0a7eee93f31559cccf9157588d12 (diff) | |
| parent | 16a575e1758b49e0e0f6db6c26c6fbd44c2db98e (diff) | |
| download | sparse-dev-50438f45934d885aa00b126dd9359895e05fd056.tar.gz | |
Merge branch 'arch-cygwin' into master
Diffstat (limited to 'cgcc')
| -rwxr-xr-x | cgcc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -252,6 +252,7 @@ sub add_specs { return ' -Dunix=1 -D__unix=1 -D__unix__=1'; } elsif ( $spec =~ /^cygwin/) { return &add_specs ('unix') . + ' -fshort-wchar' . ' -D__CYGWIN__=1 -D__CYGWIN32__=1' . " -D'_cdecl=__attribute__((__cdecl__))'" . " -D'__cdecl=__attribute__((__cdecl__))'" . |
