|
|
| version 1.3, 2004/02/04 21:09:17 | version 1.4, 2004/02/16 19:57:39 |
|---|---|
| Line 40 CFLAGS+= -mpreferred-stack-boundary=2 | Line 40 CFLAGS+= -mpreferred-stack-boundary=2 |
| CFLAGS+= -mno-fp-regs -Wa,-mev56 | CFLAGS+= -mno-fp-regs -Wa,-mev56 |
| .endif | .endif |
| # Require the proper use of 'extern' for variables. -fno-common will | |
| # cause duplicate declarations to generate a link error. | |
| # | |
| CFLAGS+= -fno-common | |
| # Prevent GCC 3.x from making certain libc based inline optimizations | # Prevent GCC 3.x from making certain libc based inline optimizations |
| # | # |
| CFLAGS+= -ffreestanding | CFLAGS+= -ffreestanding |