CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/09/10 09:10:17
Modified files:
lang/clisp : Makefile
Log message:
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.
