Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • Raymond Toy's avatar
    683d1168
    Reinstate ability to compile with gcc on sparc. · 683d1168
    Raymond Toy authored
    Config.sparc_common:
    o Enable ASSEM_SRC, ARCH_SRC, OS_SRC, OS_LIBS again
    
    Config.sparc_gcc:
    o Don't use -traditional-cpp when creating dependencies because that
      causes the old (varargs.h) version of va_start to be used instead of
      the stdard.h version we want.
    
    Config.sparc_sunc:
    o Remove ASSEM_SRC, ARCH_SRC, OS_SRC, OS_LINK_FLAGS, and OS_LIBS since
      they're in Config.sparc_common.
    683d1168
    History
    Reinstate ability to compile with gcc on sparc.
    Raymond Toy authored
    Config.sparc_common:
    o Enable ASSEM_SRC, ARCH_SRC, OS_SRC, OS_LIBS again
    
    Config.sparc_gcc:
    o Don't use -traditional-cpp when creating dependencies because that
      causes the old (varargs.h) version of va_start to be used instead of
      the stdard.h version we want.
    
    Config.sparc_sunc:
    o Remove ASSEM_SRC, ARCH_SRC, OS_SRC, OS_LINK_FLAGS, and OS_LIBS since
      they're in Config.sparc_common.