Rev 1621 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1621 | Rev 1970 | ||
|---|---|---|---|
| Line 42... | Line 42... | ||
| 42 | DEBUG = stabs |
42 | DEBUG = stabs |
| 43 | #DEBUG = dwarf-2 |
43 | #DEBUG = dwarf-2 |
| 44 | 44 | ||
| 45 | # List any extra directories to look for include files here. |
45 | # List any extra directories to look for include files here. |
| 46 | # Each directory must be separated by a space. |
46 | # Each directory must be separated by a space. |
| 47 | EXTRAINCDIRS = $(LIBDIR) $(BIOSDIR) |
47 | EXTRAINCDIRS = $(LIBDIR) $(BIOSDIR) $(LIBDIR)/bios |
| 48 | 48 | ||
| 49 | # Compiler flag to set the C Standard level. |
49 | # Compiler flag to set the C Standard level. |
| 50 | # c89 - "ANSI" C |
50 | # c89 - "ANSI" C |
| 51 | # gnu89 - c89 plus GCC extensions |
51 | # gnu89 - c89 plus GCC extensions |
| 52 | # c99 - ISO C99 standard (not yet fully implemented) |
52 | # c99 - ISO C99 standard (not yet fully implemented) |