CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/12/25 00:04:45
Modified files:
lang/squeak/vm : Makefile
net/gnaughty : Makefile
lang/sbcl : Makefile
lang/sbcl/patches: patch-src_runtime_Config_generic-openbsd
Added files:
lang/squeak/vm/patches: patch-platforms_unix_config_make_prg_in
net/gnaughty/patches: patch-configure_in
Log message:
Fix passing --export-dynamic to ld(1) with clang
Use either -rdynamic or -Wl,--export-dynamic so that both clang and gcc
do the right thing. sbcl and squeak did not seem affected, gnaughty was
probably broken since it uses libglade that kinda requires this ld(1)
flag.
Typical warning in logs:
paths/lang/squeak/vm.log:4328:cc: warning: argument unused during compilation:
'-e xport-dynamic' [-Wunused-command-line-argument]