logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: f0287a18d3b8048553773eda7986b2514c68e9e8
parent 4812c12f97ac3fa479526e2a8a0abaf863e99279
Author: Michael Forney <mforney@mforney.org>
Date:   Thu, 30 Sep 2021 22:20:04 -0700

cproc: Update to latest git

Diffstat:

Mpkg/cproc/config.h3+++
Mpkg/cproc/ver2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git 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/ver b/pkg/cproc/ver @@ -1 +1 @@ -2f27b9307d r0 +0438799808 r0