Files
ports/lang/clisp
gkoehler 99b2a618ed Unbreak clisp for powerpc with clang 19 (unblocking lang/sbcl)
clang 19 rejects passing -c and -nopie together,
$ cc -c -nopie any.c
cc: error: unsupported option '-nopie' for target 'powerpc-unknown-openbsd7.7'

Remove -nopie from CFLAGS, keep -nopie in LDFLAGS, and export LDFLAGS
to configure.
2025-09-10 15:10:17 +00:00
..