Package Details: cproc-git r592.9ae9aa6-1

Git Clone URL: https://aur.archlinux.org/cproc-git.git (read-only, click to copy)
Package Base: cproc-git
Description: Small C11 compiler using QBE as backend
Upstream URL: https://git.sr.ht/~mcf/cproc
Licenses: custom
Submitter: aperez
Maintainer: aperez
Last Packager: aperez
Votes: 2
Popularity: 0.000009
First Submitted: 2019-07-08 12:02 (UTC)
Last Updated: 2023-03-05 13:36 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

pobrn commented on 2022-09-18 02:39 (UTC)

Needs a hack for the boostrap build since 2ef7f2ebdce0f52d112c4c1ccbd731b2702e0ffb

diff --git a/PKGBUILD b/PKGBUILD
index 8916371..4a426e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,7 @@ build ()
                --with-ld=/usr/bin/ld \
                ${ldso_option}

-       make bootstrap CFLAGS='' LDFLAGS='-s' 
+       make bootstrap CFLAGS='-Dconstexpr=constantexpr' LDFLAGS='-s'
 }

 check ()