elk/scripts/src/ldflags

10 lines
146 B
Plaintext

. ../config/system
. ../config/site
cat <<HERE
#!/bin/sh
# Echo the LDFLAGS required for linking the Elk interpreter kernel.
echo $ldflags
HERE