Commit graph

4 commits

Author SHA1 Message Date
vxtls
0a922a219d steps-guix/argp-standalone: fix out-of-tree build include path for testsuite
argp-standalone pass1 builds in a separate build directory. Its testsuite
compiles sources that include <argp.h>, but without an explicit include path
the header in the source root is not found and build fails.

Set:
- CPPFLAGS=-I/Users/luoyanpan/CLionProjects/guix/live-bootstrap/..

in src_configure so testsuite objects can resolve argp.h during the normal
 phase.
2026-02-21 14:56:09 -05:00
vxtls
6022208c41 steps-guix: build argp-standalone natively into /kernel-toolchain 2026-02-21 12:43:14 -05:00
vxtls
2f224445f8 steps-guix/argp-standalone-1.4.1/sources: newline at end of file 2026-02-21 11:15:52 -05:00
vxtls
e86bbab992 steps-guix: add argp-standalone-1.4.1 kernel-toolchain step
- add steps-guix/argp-standalone-1.4.1/pass1.sh
- run autoreconf before configure
- build/install with standard flow into /kernel-toolchain
- wire argp-standalone-1.4.1 into steps-guix manifest after gcc
- prepare argp for later kernel-side elfutils dependency
2026-02-21 09:27:11 -05:00