|
|
| version 1.6, 2004/03/22 20:58:15 | version 1.7, 2004/03/26 21:57:23 |
|---|---|
| Line 42 CC ?= cc | Line 42 CC ?= cc |
| # The system cc frontend is not subject to the path, e.g. when buildworld | # The system cc frontend is not subject to the path, e.g. when buildworld |
| # is doing cross compiles it may still need the native compiler for things. | # is doing cross compiles it may still need the native compiler for things. |
| # | # |
| NXCC ?= OBJFORMATPATH=/ ${CC} | NXCC ?= OBJFORMAT_PATH=/ ${CC} |
| CFLAGS ?= -O -pipe | CFLAGS ?= -O -pipe |
| CXX ?= c++ | CXX ?= c++ |