diff options
| author | Michael Forney <mforney@mforney.org> | 2021-09-30 22:20:04 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-10-05 14:54:01 -0700 |
| commit | f0287a18d3b8048553773eda7986b2514c68e9e8 (patch) | |
| tree | 5d147d3cfa42cbd67b12b752c0adf0c7c68d1118 /pkg | |
| parent | 4812c12f97ac3fa479526e2a8a0abaf863e99279 (diff) | |
cproc: Update to latest git
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/cproc/config.h | 3 | ||||
| m--------- | pkg/cproc/src | 0 | ||||
| -rw-r--r-- | pkg/cproc/ver | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/pkg/cproc/config.h b/pkg/cproc/config.h index 571bf0bc..5bdf47e7 100644 --- a/pkg/cproc/config.h +++ b/pkg/cproc/config.h @@ -14,6 +14,9 @@ static const char *const preprocesscmd[] = { "-D", "__STDC_NO_VLA__", "-U", "__SIZEOF_INT128__", + /* we don't generate position-independent code */ + "-U", "__PIC__", + /* ignore attributes and extension markers */ "-D", "__attribute__(x)=", "-D", "__extension__=", diff --git a/pkg/cproc/src b/pkg/cproc/src -Subproject 2f27b9307d89404a868d5a2cf274c80703952b9 +Subproject 043879980822bb15d4d580a2ce36b99f0c73fa8 diff --git a/pkg/cproc/ver b/pkg/cproc/ver index a728cb93..6e509a00 100644 --- a/pkg/cproc/ver +++ b/pkg/cproc/ver @@ -1 +1 @@ -2f27b9307d r0 +0438799808 r0 |
