• Russ Cox's avatar
    emit dynamically linked 6.out on darwin instead of static, · cfb94254
    Russ Cox authored
    unless given -d flag.
    
    the resulting binary doesn't *use* any dynamic libraries,
    it just has a reference to the dynamic linker and an
    empty list of needed symbols and libraries.
    
    this is enough to make 6.out binaries that can be run
    under dtrace / dtruss.
    
    R=r
    DELTA=39  (34 added, 0 deleted, 5 changed)
    OCL=20476
    CL=20482
    cfb94254
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
usr Loading commit data...