Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    1424559e
    Update how executable images are done on Solaris to match Linux and · 1424559e
    rtoy authored
    Darwin.
    
    lisp/elf.h:
    o Solaris can use linux-x86.sh too.  (Need to rename this someday!)
    
    lisp/elf.c:
    o Use same command line for sparc as for linux.
    
    lisp/lisp.c:
    o Setup up initial_function the same way as on linux.
    
    tools/linker-x86.sh:
    o Add -rdynamic or -Bdynamic as needed.
    o Add support for Solaris using Sun C.
    1424559e
    History
    Update how executable images are done on Solaris to match Linux and
    rtoy authored
    Darwin.
    
    lisp/elf.h:
    o Solaris can use linux-x86.sh too.  (Need to rename this someday!)
    
    lisp/elf.c:
    o Use same command line for sparc as for linux.
    
    lisp/lisp.c:
    o Setup up initial_function the same way as on linux.
    
    tools/linker-x86.sh:
    o Add -rdynamic or -Bdynamic as needed.
    o Add support for Solaris using Sun C.