|
|
| version 1.4, 2003/11/21 06:41:02 | version 1.5, 2003/12/10 22:15:36 |
|---|---|
| Line 27 SRCS+= __error.c | Line 27 SRCS+= __error.c |
| # Add machine dependent asm sources: | # Add machine dependent asm sources: |
| SRCS+=${MDASM} | SRCS+=${MDASM} |
| # Add stack dependant asm sources: | |
| SRCS+= stack_protector.c | |
| # Look through the complete list of syscalls (MIASM) for names that are | # Look through the complete list of syscalls (MIASM) for names that are |
| # not defined with machine dependent implementations (MDASM) and are | # not defined with machine dependent implementations (MDASM) and are |
| # not declared for no generation of default code (NOASM). If the | # not declared for no generation of default code (NOASM). If the |