mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
d45b729004
bootstrapped from C code alone. Unfortunately this port does not support CPUs without the SSE2 instruction set, and will fail to build with a diagnostic message in those cases. Supported FreeBSD architectures are i386 and amd64. pkg-descr contains a quick description of the main Clozure CL features.
7 lines
120 B
Bash
7 lines
120 B
Bash
#!/bin/sh
|
|
|
|
CCL_DEFAULT_DIRECTORY=%%CCL_DIRECTORY%%
|
|
export CCL_DEFAULT_DIRECTORY
|
|
|
|
exec %%CCL_DIRECTORY%%/%%FX86CL%% "$@"
|