Changes between Version 4 and Version 5 of BuildSystem
- Timestamp:
- Oct 7, 2009, 7:42:53 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildSystem
v4 v5 196 196 === config.mk === 197 197 198 The following variable may be overridden:198 The arch `config.mk` may override the following variables: 199 199 `ARCHCFLAGS`:: 200 200 C-compiler flags … … 206 206 Flags to give to host's cpp (HOSTCPP) program. This is only used for expansion of `.def` files. 207 207 208 The cpu `config.mk` may override the following variables: 209 210 `CPUCFLAGS`:: 211 C-compiler flags 212 `CPULDFLAGS`:: 213 Linker flags 214 208 215 === ldscript === 209 216